post_install() {
	ln -s /usr/bin/debchange /usr/bin/dch
}


post_remove() {
	rm /usr/bin/dch	
}

op=$1
shift

$op $*
