aur/creature-desktop-bin.install
2026-02-06 10:24:52 -05:00

12 lines
247 B
Text

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
}