diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-06-06 09:22:43 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-06-06 09:22:43 -0400 |
commit | 6237ecf456b95ac37864cf91df9cd02795a529d4 (patch) | |
tree | 6c26858ed69113ecc091964324d2b56292a78fe4 /libre/xchat-libre/xchat.install | |
parent | 1c27f57b1a28074a50e05aaa73c47ef55127e318 (diff) | |
parent | 5cd5d2171660435cd34470577be150e2a01d1b5e (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
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 +} |