summarylogtreecommitdiffstats
path: root/meshlab.install
diff options
context:
space:
mode:
Diffstat (limited to 'meshlab.install')
-rw-r--r--meshlab.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/meshlab.install b/meshlab.install
deleted file mode 100644
index 24f85f2328bd..000000000000
--- a/meshlab.install
+++ /dev/null
@@ -1,11 +0,0 @@
-## 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: