Fixed PKGBUILD hopefully no more conflicting files.

This commit is contained in:
Storm Dragon
2025-12-09 09:44:39 -05:00
parent 53614b13b9
commit 40db7585b9
2 changed files with 23 additions and 2 deletions

View File

@@ -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
}