summaryrefslogtreecommitdiff
path: root/staging/thunar/thunar.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/thunar/thunar.install')
-rw-r--r--staging/thunar/thunar.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/staging/thunar/thunar.install b/staging/thunar/thunar.install
deleted file mode 100644
index 87c29e4db..000000000
--- a/staging/thunar/thunar.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: