Your IP : 216.73.216.95


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

#!/bin/sh
set -e

case "$1" in
    remove|deconfigure)
        update-alternatives --quiet --remove www-browser /usr/bin/links2
        update-alternatives --quiet --remove x-www-browser /usr/bin/xlinks2
        ;;
    *)
esac