summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/thunar/thunar.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/thunar/thunar.install')
-rw-r--r--abs/extra-testing/thunar/thunar.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/extra-testing/thunar/thunar.install b/abs/extra-testing/thunar/thunar.install
deleted file mode 100644
index 28fdb48..0000000
--- a/abs/extra-testing/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 $1
-}
-
-post_remove() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-