summarylogtreecommitdiffstats
path: root/thunar.install
diff options
context:
space:
mode:
authorMarcin Bujar2016-04-16 18:59:20 +0100
committerMarcin Bujar2016-04-16 18:59:20 +0100
commit4c536297c12bcdf3527097070284dd40a8fc0a13 (patch)
treecdd316168c89dfc0b6761b76b8f8706a68c82c3f /thunar.install
downloadaur-4c536297c12bcdf3527097070284dd40a8fc0a13.tar.gz
Initial commit
Diffstat (limited to 'thunar.install')
-rw-r--r--thunar.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/thunar.install b/thunar.install
new file mode 100644
index 000000000000..648480c3be68
--- /dev/null
+++ b/thunar.install
@@ -0,0 +1,13 @@
+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
+}
+