summaryrefslogtreecommitdiff
path: root/libre/xchat-libre/xchat.install
diff options
context:
space:
mode:
authorBrendan Tildesley <brendan.tildesley@gmail.com>2012-06-03 14:09:42 +1000
committerBrendan Tildesley <brendan.tildesley@gmail.com>2012-06-03 14:09:42 +1000
commitb64ed1199e016b3ef3a6596a21082701a5efecff (patch)
treed25a35120bcc477d485c13238eaeda96d470cfab /libre/xchat-libre/xchat.install
parent986a9406becb9c0aafb51cc2eaf1ff4f26867c15 (diff)
parent20412037146b0a252716f5ee6386c36d1335c08c (diff)
guile 2.0.5 for ~brendan repo
Diffstat (limited to 'libre/xchat-libre/xchat.install')
-rw-r--r--libre/xchat-libre/xchat.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/xchat-libre/xchat.install b/libre/xchat-libre/xchat.install
new file mode 100644
index 000000000..eab82d16f
--- /dev/null
+++ b/libre/xchat-libre/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
+}