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