add Arch packaging

This commit is contained in:
2025-08-31 05:24:36 -04:00
parent b2c27d26e8
commit 1a7f502fce
3 changed files with 34 additions and 0 deletions

13
pacman/creddy.install Normal file
View File

@@ -0,0 +1,13 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}