summarylogtreecommitdiffstats
path: root/tutanota-electron-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'tutanota-electron-git.install')
-rw-r--r--tutanota-electron-git.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/tutanota-electron-git.install b/tutanota-electron-git.install
new file mode 100644
index 000000000000..43ae2f13e2a3
--- /dev/null
+++ b/tutanota-electron-git.install
@@ -0,0 +1,7 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgarde() {
+ post_install
+}