diff options
Diffstat (limited to 'extra/xchm/xchm.install')
-rw-r--r-- | extra/xchm/xchm.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/xchm/xchm.install b/extra/xchm/xchm.install new file mode 100644 index 000000000..1ad77f9aa --- /dev/null +++ b/extra/xchm/xchm.install @@ -0,0 +1,15 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q + update-mime-database usr/share/mime > /dev/null +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q + update-mime-database usr/share/mime > /dev/null +} |