xulrunner: add INSTALL script, missed in previous.

This commit is contained in:
Juan RP 2011-05-25 14:47:12 +02:00
parent 0ab31503e3
commit 01f15ee3f3
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
case "${ACTION}" in
post)
echo -n "Updating dynamic linker shared cache... "
ldconfig && echo "ok." || echo "FAILED!"
;;
esac