PKGBUILDs/extra/genius/genius.install

14 lines
218 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
post_install() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-mime-database usr/share/mime
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}