8 lines
80 B
Plaintext
8 lines
80 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
if [ "$1" = "configure" ]; then
|
||
|
ldconfig
|
||
|
fi
|
||
|
|
||
|
#DEBHELPER#
|