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