diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-12-10 00:19:00 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-12-10 00:19:00 (GMT) |
commit | 5ab2c2d585290fb77dfc8d3670361df2fdc11c62 (patch) | |
tree | 58fc24f3a355bff701d6e93ba8011e9d1764f7b9 /abs/extra/xulrunner | |
parent | 4592612b015ff899ef52f33d96b52b5c60587ebb (diff) | |
download | linhes_pkgbuild-5ab2c2d585290fb77dfc8d3670361df2fdc11c62.zip linhes_pkgbuild-5ab2c2d585290fb77dfc8d3670361df2fdc11c62.tar.gz linhes_pkgbuild-5ab2c2d585290fb77dfc8d3670361df2fdc11c62.tar.bz2 |
A whole lotta housekeeping
Diffstat (limited to 'abs/extra/xulrunner')
-rw-r--r-- | abs/extra/xulrunner/xulrunner.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/extra/xulrunner/xulrunner.install b/abs/extra/xulrunner/xulrunner.install deleted file mode 100644 index 0b4cf9c..0000000 --- a/abs/extra/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 $* -} |