PKGBUILDs/extra/midori/midori.install
2009-10-09 21:23:22 -05:00

14 lines
243 B
Text

post_install() {
gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
post_remove() {
update-desktop-database -q
gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
}