desktop/chemical-mime-data/chemical-mime-data.install

13 lines
208 B
Plaintext
Raw Normal View History

2012-11-30 04:37:59 +08:00
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
}