| Current Path : /proc/self/root/proc/self/root/proc/self/root/var/lib/dpkg/info/ | 
| Current File : //proc/self/root/proc/self/root/proc/self/root/var/lib/dpkg/info/libperl5.10.postinst | 
#!/bin/sh -e
if [ "$1" = "configure" ]
then
    ldconfig
fi
exit 0