summarylogtreecommitdiffstats
path: root/thunar-volman-git.install
diff options
context:
space:
mode:
authorArthur Zamarin2015-06-08 11:42:35 +0300
committerArthur Zamarin2015-06-08 11:42:35 +0300
commitad5c8ab0d524e36b82c639e0a7be0f5cb2b42b4b (patch)
tree624a0787b838c36afe1d106fa9bf3c3c8777d7d0 /thunar-volman-git.install
downloadaur-ad5c8ab0d524e36b82c639e0a7be0f5cb2b42b4b.tar.gz
Initial Commit
Diffstat (limited to 'thunar-volman-git.install')
-rw-r--r--thunar-volman-git.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/thunar-volman-git.install b/thunar-volman-git.install
new file mode 100644
index 000000000000..23fe3cd3a895
--- /dev/null
+++ b/thunar-volman-git.install
@@ -0,0 +1,16 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+op=$1
+shift
+
+$op $*