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