summaryrefslogtreecommitdiff
path: root/packages/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'packages/debian/postinst')
-rw-r--r--packages/debian/postinst8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/debian/postinst b/packages/debian/postinst
new file mode 100644
index 0000000..80dc2f0
--- /dev/null
+++ b/packages/debian/postinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+update-desktop-database
+update-mime-database /usr/share/mime
+gtk-update-icon-cache /usr/share/icons/hicolor
+
+exit 0
+