Add Cnchi PKGBUILD with local package support

- Add packages/cnchi/PKGBUILD building from Antergos-NeXT/Cnchi fork
- Add cnchi.install post-install script
- Update packages.yaml to include cnchi
- Update build-packages.py to prefer local PKGBUILDs over AUR
This commit is contained in:
2026-06-08 18:27:40 +02:00
parent a636e04758
commit 73debdcfb1
4 changed files with 95 additions and 11 deletions
+4
View File
@@ -0,0 +1,4 @@
post_install() {
# Register Cnchi as a potential live session installer
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor 2>/dev/null || true
}