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