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