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