diff options
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 } |