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