PKGBUILDs/community/scribus/install
2013-07-22 07:33:19 -04:00

12 lines
163 B
Plaintext

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