summarylogtreecommitdiffstats
path: root/trauma.install
diff options
context:
space:
mode:
Diffstat (limited to 'trauma.install')
-rw-r--r--trauma.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/trauma.install b/trauma.install
new file mode 100644
index 000000000000..6e9b764c7f0d
--- /dev/null
+++ b/trauma.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache
+}
+
+post_upgrade() {
+ gtk-update-icon-cache
+}
+
+post_remove() {
+ gtk-update-icon-cache
+}