summaryrefslogtreecommitdiff
path: root/pcr/qgis/qgis.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-06-02 13:30:07 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-06-02 13:30:07 -0500
commitf24cb55c137dcaf6615b875d4ea5e7570cb1fcdf (patch)
tree50b118a2353f41f2ea841ceb0360b3d9a6ee9aa2 /pcr/qgis/qgis.install
parent6acfaa2556d2494e057147259219c8b91ebedfab (diff)
downloadabslibre-f24cb55c137dcaf6615b875d4ea5e7570cb1fcdf.tar.gz
abslibre-f24cb55c137dcaf6615b875d4ea5e7570cb1fcdf.tar.bz2
abslibre-f24cb55c137dcaf6615b875d4ea5e7570cb1fcdf.zip
qgis-2.8.2-1: updating version
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
+}