Logo
Explore Help
Sign In
kevinveenbirkenbach/pkgmgr
1
0
Fork 0
You've already forked pkgmgr
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
12a38b7e6acc72df7522d79388a9e7360bd6c015
pkgmgr/packaging/debian/postinst

11 lines
115 B
Plaintext
Raw Normal View History

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
Powered by Gitea Version: 1.25.3 Page: 160ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API