summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
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
-}