PKGBUILDs/community/scribus/install

12 lines
163 B
Plaintext
Raw Normal View History

2013-07-13 14:46:18 +00:00
post_install() {
update-mime-database usr/share/mime &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}