Your IP : 18.116.36.48


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/perl.prerm

#!/bin/sh -e

if [ "$1" != upgrade ]
then
    update-alternatives --remove rename /usr/bin/prename
fi

exit 0