PKGBUILDs/extra/scribus/scribus.install

12 lines
173 B
Plaintext
Raw Normal View History

2013-06-06 21:07:22 +00:00
post_install() {
update-mime-database usr/share/mime &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}