setup creature aur

This commit is contained in:
Max Marze 2026-02-06 10:24:52 -05:00
parent 810bf0b37a
commit 9cc7d27f1f
2 changed files with 17 additions and 0 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
*.AppImage
*.pkg.tar*
src/
pkg/
update-pkgbuild.sh

View file

@ -0,0 +1,12 @@
post_install() {
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor 2>/dev/null || true
update-desktop-database -q /usr/share/applications 2>/dev/null || true
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}