summaryrefslogtreecommitdiff
path: root/pcr/hexchat-libre/hexchat.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/hexchat-libre/hexchat.install')
-rw-r--r--pcr/hexchat-libre/hexchat.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/pcr/hexchat-libre/hexchat.install b/pcr/hexchat-libre/hexchat.install
new file mode 100644
index 000000000..4b3df7505
--- /dev/null
+++ b/pcr/hexchat-libre/hexchat.install
@@ -0,0 +1,8 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ echo 'Read the FAQ if migrating from XChat - https://github.com/hexchat/hexchat/blob/master/share/doc/faq.md'
+}
+
+post_upgrade() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}