Your IP : 18.223.159.189


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

#!/bin/sh

set -e

case "$1" in
    (remove)
            update-alternatives --remove which /usr/bin/which.debianutils
    ;;
esac