From c7fb23005fe7fcc9a49b93831b499d70cf11a9b6 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 2 Jun 2012 12:42:20 -0300 Subject: xchat-libre-2.8.8-10: updating release with new patches --- libre/xchat-libre/xchat.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/xchat-libre/xchat.install (limited to 'libre/xchat-libre/xchat.install') 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 +} -- cgit v1.2.3