diff options
Diffstat (limited to 'libre/hexchat-libre/hexchat.install')
-rw-r--r-- | libre/hexchat-libre/hexchat.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libre/hexchat-libre/hexchat.install b/libre/hexchat-libre/hexchat.install new file mode 100644 index 000000000..214da2ef9 --- /dev/null +++ b/libre/hexchat-libre/hexchat.install @@ -0,0 +1,14 @@ +post_install() { + gtk-update-icon-cache -ftq usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim: ts=2 sw=2 et: |