summaryrefslogtreecommitdiffstats
path: root/extra/qgis/qgis.install
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-06-24 18:14:17 +0200
committersibel <lesibel at free dot fr>2010-06-24 18:14:17 +0200
commit9f61e0735bd4563a02511625e3b5b72d846f5ef2 (patch)
tree12a19e7d8f187716a2a21c265134f9b5a7dec23d /extra/qgis/qgis.install
parentb32be66de1688e78219282eecaf7e26b866dd276 (diff)
downloadnutyx-pakxe-9f61e0735bd4563a02511625e3b5b72d846f5ef2.tar.gz
nutyx-pakxe-9f61e0735bd4563a02511625e3b5b72d846f5ef2.tar.bz2
nutyx-pakxe-9f61e0735bd4563a02511625e3b5b72d846f5ef2.tar.xz
nutyx-pakxe-9f61e0735bd4563a02511625e3b5b72d846f5ef2.zip
qgis, déplacé dans test
Diffstat (limited to 'extra/qgis/qgis.install')
-rw-r--r--extra/qgis/qgis.install15
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 .
-}
-