diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-06-02 13:30:07 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-06-02 13:30:07 -0500 |
commit | f24cb55c137dcaf6615b875d4ea5e7570cb1fcdf (patch) | |
tree | 50b118a2353f41f2ea841ceb0360b3d9a6ee9aa2 /pcr/qgis/qgis.install | |
parent | 6acfaa2556d2494e057147259219c8b91ebedfab (diff) |
qgis-2.8.2-1: updating version
Diffstat (limited to 'pcr/qgis/qgis.install')
-rw-r--r-- | pcr/qgis/qgis.install | 13 |
1 files changed, 13 insertions, 0 deletions
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 +} |