diff options
Diffstat (limited to 'testing/qt3/qt.install')
-rw-r--r-- | testing/qt3/qt.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/qt3/qt.install b/testing/qt3/qt.install new file mode 100644 index 000000000..6d042daae --- /dev/null +++ b/testing/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 +} |