summarylogtreecommitdiffstats
path: root/meshlab.install
diff options
context:
space:
mode:
Diffstat (limited to 'meshlab.install')
-rw-r--r--meshlab.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/meshlab.install b/meshlab.install
new file mode 100644
index 000000000000..24f85f2328bd
--- /dev/null
+++ b/meshlab.install
@@ -0,0 +1,11 @@
+## arg 1: the new package version
+post_install() {
+ update-desktop-database -q
+}
+
+## arg 1: the old package version
+post_remove() {
+ update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et: