summaryrefslogtreecommitdiff
path: root/libre/xchat/xchat.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-04 03:59:54 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-04 03:59:54 -0300
commit56cad5443b999b8308b5c2c5e278ff6acc24c1c6 (patch)
treeeba35b35755c34974bf76684c14ebb35c65aa19c /libre/xchat/xchat.install
parent6ada45cd8762539f08e0477d65b5af697419843c (diff)
parente18624050b62423c4e689ee2abf9929c6b46e5d5 (diff)
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre/xchat/xchat.install')
-rw-r--r--libre/xchat/xchat.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/xchat/xchat.install b/libre/xchat/xchat.install
new file mode 100644
index 000000000..eab82d16f
--- /dev/null
+++ b/libre/xchat/xchat.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}