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