Details | Compare with Previous | View Log
#!/bin/sh
if [ "$1" = "configure" ]; then
/sbin/ldconfig
fi
#DEBHELPER#