gtk/wxmaxima/wxmaxima.install

15 lines
190 B
Plaintext
Raw Normal View History

2013-04-28 07:59:03 +08:00
post_install() {
2013-05-12 22:33:30 +08:00
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
2013-04-28 07:59:03 +08:00
update-mime-database usr/share/mime
}
post_upgrade() {
post_install
}
post_remove () {
post_install
}