summarylogtreecommitdiffstats
path: root/blueshift-tray.install
diff options
context:
space:
mode:
Diffstat (limited to 'blueshift-tray.install')
-rw-r--r--blueshift-tray.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/blueshift-tray.install b/blueshift-tray.install
new file mode 100644
index 000000000000..24c0ce3384dc
--- /dev/null
+++ b/blueshift-tray.install
@@ -0,0 +1,14 @@
+# -*- shell-script -*-
+
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+