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