diff options
author | root <root@rshg054.dnsready.net> | 2013-04-03 00:04:48 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-03 00:04:48 -0700 |
commit | d304fad026899d2db5af26740eeb952698bd6fb2 (patch) | |
tree | e27756f33de9dec25b2f7b7d2bf3deee3b29ad03 /libre/hexchat-libre/hexchat.install | |
parent | c9738c6a1d438f30dfa7363aa847343754f953ac (diff) |
Wed Apr 3 00:04:48 PDT 2013
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: |