aur/portabase-bin.install
Douglas McFadzean a391860e87 Initial import
2015-06-08 12:13:10 +01:00

12 lines
167 B
Text

post_install() {
update-mime-database /usr/share/mime >/dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}