diff options
author | Brendan Tildesley <brendan.tildesley@gmail.com> | 2012-06-03 14:09:42 +1000 |
---|---|---|
committer | Brendan Tildesley <brendan.tildesley@gmail.com> | 2012-06-03 14:09:42 +1000 |
commit | b64ed1199e016b3ef3a6596a21082701a5efecff (patch) | |
tree | d25a35120bcc477d485c13238eaeda96d470cfab /libre/xchat-libre/xchat.install | |
parent | 986a9406becb9c0aafb51cc2eaf1ff4f26867c15 (diff) | |
parent | 20412037146b0a252716f5ee6386c36d1335c08c (diff) |
guile 2.0.5 for ~brendan repo
Diffstat (limited to 'libre/xchat-libre/xchat.install')
-rw-r--r-- | libre/xchat-libre/xchat.install | 11 |
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 +} |