diff options
Diffstat (limited to 'extra/qgis/qgis.install')
-rw-r--r-- | extra/qgis/qgis.install | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/qgis/qgis.install b/extra/qgis/qgis.install deleted file mode 100644 index b443ef0b3..000000000 --- a/extra/qgis/qgis.install +++ /dev/null @@ -1,15 +0,0 @@ -post_install() { - sed -e '/\/opt\/qgis\/lib/d' -i /etc/ld.so.conf - echo '/opt/qgis/lib' >> etc/ld.so.conf - sbin/ldconfig -r . -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - sed -e '/\/opt\/qgis\/lib/d' -i /etc/ld.so.conf - sbin/ldconfig -r . -} - |