PKGBUILDs/community/xbmc/xbmc.install
2012-10-14 16:52:01 +00:00

15 lines
322 B
Text

post_install() {
[[ $(type -p gtk-update-icon-cache) ]] && usr/bin/gtk-update-icon-cache -qtf usr/share/icons/hicolor
[[ $(type -p update-desktop-database) ]] && usr/bin/update-desktop-database -q usr/share/applications
true
}
post_upgrade() {
post_install $1
true
}
post_remove() {
post_install $1
true
}