core/kcoreaddons/kcoreaddons.install

12 lines
138 B
Plaintext
Raw Normal View History

2014-01-18 18:41:12 +08:00
post_install() {
update-mime-database usr/share/mime > /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}