From 8cb075f1720b3a2febbc847279f39fe1602d7772 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 5 Sep 2014 01:20:12 -0300 Subject: hexchat: remove libre suffix and add complex pkgrel --- libre/hexchat/hexchat.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libre/hexchat/hexchat.install (limited to 'libre/hexchat/hexchat.install') diff --git a/libre/hexchat/hexchat.install b/libre/hexchat/hexchat.install new file mode 100644 index 000000000..214da2ef9 --- /dev/null +++ b/libre/hexchat/hexchat.install @@ -0,0 +1,14 @@ +post_install() { + gtk-update-icon-cache -ftq usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim: ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf