Your IP : 216.73.216.158


Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/var/lib/dpkg/info/tar.prerm

#!/bin/sh
set -e

case "$1" in
    remove|deconfigure)
	update-alternatives --remove rmt /usr/sbin/rmt-tar
    ;;
    upgrade|failed-upgrade)
    ;;
    *)
	echo "prerm called with unknown argument \`$1'" >&2
	exit 1
    ;;
esac