From 146025aa1c838c12fa7b4873414da73816bfb6bd Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Dec 2011 23:14:43 +0000 Subject: Sat Dec 17 23:14:43 UTC 2011 --- staging/qt3/qt.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 staging/qt3/qt.install (limited to 'staging/qt3/qt.install') diff --git a/staging/qt3/qt.install b/staging/qt3/qt.install new file mode 100644 index 000000000..6d042daae --- /dev/null +++ b/staging/qt3/qt.install @@ -0,0 +1,12 @@ +post_install() { + post_remove +} + +post_upgrade() { + post_remove +} + +post_remove() { + # this can be removed in future versions + sed -e '/\/opt\/qt\/lib/d' -i etc/ld.so.conf +} -- cgit v1.2.3-54-g00ecf