PKGBUILDs/extra/scribus/scribus.install
2013-06-06 21:07:22 +00:00

12 lines
173 B
Plaintext

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