summaryrefslogtreecommitdiffstats
path: root/abs/extra/xchat/xchat.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-11-10 15:20:01 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-11-10 15:20:01 (GMT)
commita480b076b400e47f1d4e76673e0b4aa4f7baf501 (patch)
treeb8745c6f0c21fc871f1d8fedd1d41448c5efb229 /abs/extra/xchat/xchat.install
parentf44ed8385a015ec5ba348026cc0577554ec74647 (diff)
downloadlinhes_pkgbuild-a480b076b400e47f1d4e76673e0b4aa4f7baf501.zip
linhes_pkgbuild-a480b076b400e47f1d4e76673e0b4aa4f7baf501.tar.gz
linhes_pkgbuild-a480b076b400e47f1d4e76673e0b4aa4f7baf501.tar.bz2
xchat: irc client
Diffstat (limited to 'abs/extra/xchat/xchat.install')
-rw-r--r--abs/extra/xchat/xchat.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/xchat/xchat.install b/abs/extra/xchat/xchat.install
new file mode 100644
index 0000000..eab82d1
--- /dev/null
+++ b/abs/extra/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
+}