summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/xulrunner/xulrunner.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/xulrunner/xulrunner.install')
-rw-r--r--abs/extra-testing/xulrunner/xulrunner.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/extra-testing/xulrunner/xulrunner.install b/abs/extra-testing/xulrunner/xulrunner.install
deleted file mode 100644
index 0b4cf9c..0000000
--- a/abs/extra-testing/xulrunner/xulrunner.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- # Ensure that the ld.so.conf file contains the xulrunner libs.
- cp -f /etc/ld.so.conf /tmp/ld.so.conf
- grep -v xulrunner /tmp/ld.so.conf > /etc/ld.so.conf
- echo /usr/lib/xulrunner-1.9.1.1 >> /etc/ld.so.conf
- /sbin/ldconfig
-}
-
-post_upgrade() {
- post_install $*
-}