From f24cb55c137dcaf6615b875d4ea5e7570cb1fcdf Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Tue, 2 Jun 2015 13:30:07 -0500 Subject: qgis-2.8.2-1: updating version --- pcr/qgis/qgis.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pcr/qgis/qgis.install (limited to 'pcr/qgis/qgis.install') 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 +} -- cgit v1.2.3-2-g168b