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