desktop/kdepimlibs/akonadi-socialutils.install

11 lines
135 B
Plaintext
Raw Normal View History

2014-07-05 03:55:57 +08:00
post_install() {
update-mime-database usr/share/mime &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}