6 lines
129 B
Text
6 lines
129 B
Text
case "${ACTION}" in
|
|
post)
|
|
echo -n "Updating dynamic linker shared cache... "
|
|
ldconfig && echo "ok." || echo "FAILED!"
|
|
;;
|
|
esac
|