6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
|
|
||
|
set -e
|
||
|
|
||
|
if [ "$1" = "remove" ]; then
|
||
|
ldconfig
|
||
|
fi
|