summarylogtreecommitdiffstats
path: root/thunar-volman-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'thunar-volman-git.install')
-rw-r--r--thunar-volman-git.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/thunar-volman-git.install b/thunar-volman-git.install
deleted file mode 100644
index 23fe3cd3a895..000000000000
--- a/thunar-volman-git.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-op=$1
-shift
-
-$op $*