summarylogtreecommitdiffstats
path: root/thunar.install
diff options
context:
space:
mode:
Diffstat (limited to 'thunar.install')
-rw-r--r--thunar.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/thunar.install b/thunar.install
deleted file mode 100644
index 648480c3be68..000000000000
--- a/thunar.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-