summaryrefslogtreecommitdiffstats
path: root/thunar-notrash/thunar-notrash.install
diff options
context:
space:
mode:
Diffstat (limited to 'thunar-notrash/thunar-notrash.install')
-rw-r--r--thunar-notrash/thunar-notrash.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/thunar-notrash/thunar-notrash.install b/thunar-notrash/thunar-notrash.install
deleted file mode 100644
index 28fdb48..0000000
--- a/thunar-notrash/thunar-notrash.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
-}
-