core/kcoreaddons/kcoreaddons.install

12 lines
138 B
Plaintext
Raw Normal View History

2014-11-14 06:49:11 +08:00
post_install() {
update-mime-database usr/share/mime > /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}