summaryrefslogtreecommitdiff
path: root/libre/hexchat/hexchat.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 01:53:10 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 02:12:20 -0300
commit9c5bcf8d1ff8ded857df203936ebb49f45f8dc89 (patch)
tree3e6a95c76074b45094159172fdf16f8e90468bff /libre/hexchat/hexchat.install
parent01a83e47a032c3327d036f1c0ebed6ea32077988 (diff)
hexchat: remove install file and add armv7h
Diffstat (limited to 'libre/hexchat/hexchat.install')
-rw-r--r--libre/hexchat/hexchat.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/hexchat/hexchat.install b/libre/hexchat/hexchat.install
deleted file mode 100644
index 214da2ef9..000000000
--- a/libre/hexchat/hexchat.install
+++ /dev/null
@@ -1,14 +0,0 @@
-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: