File: //var/lib/dpkg/info/lzip.prerm
#!/bin/sh
set -e
# Automatically added by dh_installalternatives/13.6ubuntu1
if [ "$1" = "remove" ]; then
update-alternatives --remove lzip-decompressor /usr/bin/lzip.lzip
fi
# End automatically added section
# Automatically added by dh_installalternatives/13.6ubuntu1
if [ "$1" = "remove" ]; then
update-alternatives --remove lzip-compressor /usr/bin/lzip.lzip
fi
# End automatically added section
# Automatically added by dh_installalternatives/13.6ubuntu1
if [ "$1" = "remove" ]; then
update-alternatives --remove lzip /usr/bin/lzip.lzip
fi
# End automatically added section