9 lines
71 B
Bash
9 lines
71 B
Bash
#!/bin/sh
|
|
|
|
if [ "x$1" = xconfigure ]; then
|
|
ldconfig
|
|
fi
|
|
|
|
#DEBHELPER#
|
|
|