xulrunner: add INSTALL script, missed in previous.
This commit is contained in:
6
srcpkgs/xulrunner/INSTALL
Normal file
6
srcpkgs/xulrunner/INSTALL
Normal file
@@ -0,0 +1,6 @@
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
echo -n "Updating dynamic linker shared cache... "
|
||||
ldconfig && echo "ok." || echo "FAILED!"
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user