desktop/kmymoney/kmymoney.install

14 lines
224 B
Plaintext
Raw Normal View History

2014-12-16 07:10:01 +08:00
post_install() {
update-mime-database usr/share/mime &> /dev/null
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}