summaryrefslogtreecommitdiff
path: root/staging/qt3/qt.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/qt3/qt.install')
-rw-r--r--staging/qt3/qt.install12
1 files changed, 12 insertions, 0 deletions
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
+}