diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-06-02 12:42:20 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-06-02 12:42:20 -0300 |
commit | c7fb23005fe7fcc9a49b93831b499d70cf11a9b6 (patch) | |
tree | b4a6bf1b75f1f320e77dbb9b6961184d8fed2baf /libre/xchat-libre/xchat.install | |
parent | 7cedc872a3e32cf8ef71e3c01150bb0e62db2b5c (diff) | |
download | abslibre-c7fb23005fe7fcc9a49b93831b499d70cf11a9b6.tar.gz abslibre-c7fb23005fe7fcc9a49b93831b499d70cf11a9b6.tar.bz2 abslibre-c7fb23005fe7fcc9a49b93831b499d70cf11a9b6.zip |
xchat-libre-2.8.8-10: updating release with new patches
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 +} |