This website requires JavaScript.
Explore
Help
Sign In
kevinveenbirkenbach
/
pkgmgr
Watch
1
Star
0
Fork
0
You've already forked pkgmgr
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
133cf63b9f7ae411d2faba38dec44e229ff57348
pkgmgr
/
packaging
/
debian
/
postinst
11 lines
115 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add cross-distribution OS package installers (Arch PKGBUILD, Debian control, RPM spec) and restructure tests. Remove deprecated AUR and Ansible requirements installers. Introduce Nix init + wrapper scripts and full packaging (Arch/DEB/RPM). Associated conversation: https://chatgpt.com/share/693476a8-b9f0-800f-8e0c-ea5151295ce2
2025-12-06 19:32:31 +01:00
#!/bin/sh
set -e
case "$1" in
configure)
fix(nix): fail fast when bootstrap is unavailable
2026-03-26 07:56:55 +01:00
/usr/lib/package-manager/nix/init.sh
Add cross-distribution OS package installers (Arch PKGBUILD, Debian control, RPM spec) and restructure tests. Remove deprecated AUR and Ansible requirements installers. Introduce Nix init + wrapper scripts and full packaging (Arch/DEB/RPM). Associated conversation: https://chatgpt.com/share/693476a8-b9f0-800f-8e0c-ea5151295ce2
2025-12-06 19:32:31 +01:00
;;
esac
exit 0
Reference in New Issue
Copy Permalink