From 6848d2bd98a338151ca1fb48370358085d0c8997 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 21:32:26 -0500 Subject: Added arch directory for cmorrison --- arch/master/trinity-qt3/qt.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 arch/master/trinity-qt3/qt.install (limited to 'arch/master/trinity-qt3/qt.install') diff --git a/arch/master/trinity-qt3/qt.install b/arch/master/trinity-qt3/qt.install new file mode 100644 index 000000000..6d042daae --- /dev/null +++ b/arch/master/trinity-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.1