summaryrefslogtreecommitdiff
path: root/pcr/qgis/qgis.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-02-21 14:31:46 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-02-21 14:31:46 -0500
commit08536ea71975f104f4fee8cccd358e33b35458e9 (patch)
treecfbf0628ae32992384779fb85cdc9fbb8144f95a /pcr/qgis/qgis.install
parent36faca222c814975d03eb7d7ec2056f8b1f0dad3 (diff)
qgis-2.12.3-1.parabola1: updating version
Diffstat (limited to 'pcr/qgis/qgis.install')
-rw-r--r--pcr/qgis/qgis.install14
1 files changed, 7 insertions, 7 deletions
diff --git a/pcr/qgis/qgis.install b/pcr/qgis/qgis.install
index 584660bf9..5ee51bc0e 100644
--- a/pcr/qgis/qgis.install
+++ b/pcr/qgis/qgis.install
@@ -1,13 +1,13 @@
-## arg 1: the new package version
post_install() {
- /usr/bin/update-desktop-database -q
+ update-desktop-database -q
+ gtk-update-icon-cache -q usr/share/icons/hicolor
+ update-mime-database usr/share/mime
}
-## arg 1: the new package version
-## arg 2: the old package version
+
post_upgrade() {
- /usr/bin/update-desktop-database -q
+ post_install
}
-## arg 1: the old package version
+
post_remove() {
- /usr/bin/update-desktop-database -q
+ post_install
}