6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
case "${ACTION}" in
|
|
post)
|
|
ldconfig -r .
|
|
;;
|
|
esac
|