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

15 lines
278 B
Text

post_install() {
if [ -x usr/bin/gtk-update-icon-cache ]; then
gtk-update-icon-cache -q -f usr/share/icons/hicolor
fi
update-desktop-database -q
update-mime-database usr/share/mime > /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}