Your IP : 216.73.216.158


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

#!/bin/sh
set -e

if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]
then
	update-alternatives --remove fakeroot /usr/bin/fakeroot-sysv
	update-alternatives --remove fakeroot /usr/bin/fakeroot-tcp
fi