core/apps-k3b/k3b.install
2010-05-24 15:27:39 +00:00

13 lines
204 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-mime-database usr/share/mime &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}