PKGBUILDs/extra/calligra/calligra-filters.install
2014-03-29 18:11:44 +00:00

13 lines
168 B
Plaintext

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