summarylogtreecommitdiffstats
path: root/terminix.install
diff options
context:
space:
mode:
authorDavi da Silva Böger2016-04-27 15:22:06 -0300
committerDavi da Silva Böger2017-03-23 11:32:19 -0300
commit581276b21c597a0af2d464ce7618ee104ed27c5d (patch)
tree6e96bc270db135692510791e4ce8156961480bcd /terminix.install
parentd6ec68e83d5f42884f79734901362ef4b481ae49 (diff)
downloadaur-581276b21c597a0af2d464ce7618ee104ed27c5d.tar.gz
Removed terminix.install, as things are handled with ALPM hooks
Diffstat (limited to 'terminix.install')
-rw-r--r--terminix.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/terminix.install b/terminix.install
deleted file mode 100644
index c4b5d91b6d0b..000000000000
--- a/terminix.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas > /dev/null 2>&1
- gtk-update-icon-cache -f /usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}