xulrunner: add INSTALL script, missed in previous.
This commit is contained in:
parent
0ab31503e3
commit
01f15ee3f3
|
@ -0,0 +1,6 @@
|
|||
case "${ACTION}" in
|
||||
post)
|
||||
echo -n "Updating dynamic linker shared cache... "
|
||||
ldconfig && echo "ok." || echo "FAILED!"
|
||||
;;
|
||||
esac
|
Loading…
Reference in New Issue