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