diff options
Diffstat (limited to 'pcr/qgis/qgis.install')
-rw-r--r-- | pcr/qgis/qgis.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/qgis/qgis.install b/pcr/qgis/qgis.install deleted file mode 100644 index 5ee51bc0e..000000000 --- a/pcr/qgis/qgis.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - update-desktop-database -q - gtk-update-icon-cache -q usr/share/icons/hicolor - update-mime-database usr/share/mime -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |