From 9f61e0735bd4563a02511625e3b5b72d846f5ef2 Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 24 Jun 2010 18:14:17 +0200 Subject: qgis, déplacé dans test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/qgis/qgis.install | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/qgis/qgis.install (limited to 'test/qgis/qgis.install') diff --git a/test/qgis/qgis.install b/test/qgis/qgis.install new file mode 100644 index 000000000..b443ef0b3 --- /dev/null +++ b/test/qgis/qgis.install @@ -0,0 +1,15 @@ +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 . +} + -- cgit v1.2.3-70-g09d2