summaryrefslogtreecommitdiff
path: root/pcr/qgis/qgis.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/qgis/qgis.install')
-rw-r--r--pcr/qgis/qgis.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/qgis/qgis.install b/pcr/qgis/qgis.install
new file mode 100644
index 000000000..584660bf9
--- /dev/null
+++ b/pcr/qgis/qgis.install
@@ -0,0 +1,13 @@
+## arg 1: the new package version
+post_install() {
+ /usr/bin/update-desktop-database -q
+}
+## arg 1: the new package version
+## arg 2: the old package version
+post_upgrade() {
+ /usr/bin/update-desktop-database -q
+}
+## arg 1: the old package version
+post_remove() {
+ /usr/bin/update-desktop-database -q
+}