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