Make new cthulhu-git arch package for testing latest code.

This commit is contained in:
Storm Dragon
2026-05-09 22:08:13 -04:00
parent a5f7c9a8f3
commit 922ba60445
5 changed files with 138 additions and 0 deletions
@@ -0,0 +1,11 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
post_install
}
post_remove() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}