diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-02-21 14:31:46 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-02-21 14:31:46 -0500 |
commit | 08536ea71975f104f4fee8cccd358e33b35458e9 (patch) | |
tree | cfbf0628ae32992384779fb85cdc9fbb8144f95a /pcr/qgis/qgis.install | |
parent | 36faca222c814975d03eb7d7ec2056f8b1f0dad3 (diff) | |
download | abslibre-08536ea71975f104f4fee8cccd358e33b35458e9.tar.gz abslibre-08536ea71975f104f4fee8cccd358e33b35458e9.tar.bz2 abslibre-08536ea71975f104f4fee8cccd358e33b35458e9.zip |
qgis-2.12.3-1.parabola1: updating version
Diffstat (limited to 'pcr/qgis/qgis.install')
-rw-r--r-- | pcr/qgis/qgis.install | 14 |
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 } |