summaryrefslogtreecommitdiff
path: root/staging/kdelibs3/kdelibs3.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/kdelibs3/kdelibs3.install')
-rw-r--r--staging/kdelibs3/kdelibs3.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/staging/kdelibs3/kdelibs3.install b/staging/kdelibs3/kdelibs3.install
new file mode 100644
index 000000000..7291ac0a2
--- /dev/null
+++ b/staging/kdelibs3/kdelibs3.install
@@ -0,0 +1,12 @@
+post_install() {
+ post_remove
+}
+
+post_upgrade() {
+ post_remove
+}
+
+post_remove() {
+ # this can be removed in future versions
+ sed -ie '/\/opt\/kde\/lib/d' etc/ld.so.conf
+}