summaryrefslogtreecommitdiff
path: root/pcr/hexchat-libre/hexchat.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-30 23:30:14 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-30 23:30:14 -0200
commit899e1e7bfc144334edc0d2ccd8de072e6910c23a (patch)
treecaec9cd18c6875cb3dc7dc99152a738d6c8d7135 /pcr/hexchat-libre/hexchat.install
parentd4d7e9e2655909b816491fa56f4f3ae18fc155ca (diff)
downloadabslibre-899e1e7bfc144334edc0d2ccd8de072e6910c23a.tar.gz
abslibre-899e1e7bfc144334edc0d2ccd8de072e6910c23a.tar.bz2
abslibre-899e1e7bfc144334edc0d2ccd8de072e6910c23a.zip
hexchat-libre: adding new package for [pcr] repo
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
+}