From 10faba497d672cda16b989f4d7d7bd359a3f097b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 4 Sep 2014 03:41:53 -0300 Subject: xchat: remove libre suffix and add complex pkgrel --- libre/xchat/xchat.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/xchat/xchat.install (limited to 'libre/xchat/xchat.install') diff --git a/libre/xchat/xchat.install b/libre/xchat/xchat.install new file mode 100644 index 000000000..eab82d16f --- /dev/null +++ b/libre/xchat/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-2-g168b