-=[ Mr. Bumblebee ]=-
_Indonesia_

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

#!/bin/sh

set -e

case "$1" in
    upgrade|failed-upgrade)
	:;
	;;
 
    remove|deconfigure)
	update-alternatives --remove yacc /usr/bin/bison.yacc
	;;
 
    *)
	echo "Undocumented call: \"$@\"" >&2
	exit 1
	;;
esac



Copyright © 2017 || Recoded By Mr.Bumblebee