summarylogtreecommitdiffstats
path: root/m64py.install
diff options
context:
space:
mode:
Diffstat (limited to 'm64py.install')
-rw-r--r--m64py.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/m64py.install b/m64py.install
new file mode 100644
index 000000000000..547006ec14ec
--- /dev/null
+++ b/m64py.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ update-desktop-database -q
+}
+
+post_remove() {
+ update-desktop-database -q
+}