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