2011-07-23 02:02:15 +08:00
|
|
|
post_install() {
|
|
|
|
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
2015-02-23 23:08:49 +08:00
|
|
|
update-mime-database usr/share/mime &> /dev/null
|
2011-07-23 02:02:15 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
post_upgrade() {
|
|
|
|
post_install
|
|
|
|
}
|
|
|
|
|
|
|
|
post_remove() {
|
|
|
|
post_install
|
|
|
|
}
|