summaryrefslogtreecommitdiff
path: root/libre/hexchat/hexchat.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 01:20:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 01:20:12 -0300
commit8cb075f1720b3a2febbc847279f39fe1602d7772 (patch)
tree53e4b0039dacc47c066bebaf77f8812200a269aa /libre/hexchat/hexchat.install
parentc6faf6b8a2f8db0b3308a136352dfc2f5678bf0e (diff)
hexchat: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/hexchat/hexchat.install')
-rw-r--r--libre/hexchat/hexchat.install14
1 files changed, 14 insertions, 0 deletions
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: