summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorGaetan Bisson2016-05-03 14:02:09 -1000
committerGaetan Bisson2016-05-03 14:02:09 -1000
commitf3487e4016c55eac483333b90a06a87f702ebbbc (patch)
tree6f212014e4712a5ea65c8d2267a587826c72bbec /install
parent0ae470e1222d243930cfd16b4572c80632e3bdb3 (diff)
downloadaur-f3487e4016c55eac483333b90a06a87f702ebbbc.tar.gz
upstream update, remove deprecated install file
Diffstat (limited to 'install')
-rw-r--r--install11
1 files changed, 0 insertions, 11 deletions
diff --git a/install b/install
deleted file mode 100644
index 440497a4059c..000000000000
--- a/install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_upgrade() {
- type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
- post_upgrade
-}
-
-post_remove() {
- post_upgrade
-}