From 08536ea71975f104f4fee8cccd358e33b35458e9 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sun, 21 Feb 2016 14:31:46 -0500 Subject: qgis-2.12.3-1.parabola1: updating version --- pcr/qgis/qgis.install | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pcr/qgis/qgis.install') 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 } -- cgit v1.2.3