summarylogtreecommitdiffstats
path: root/devscripts-git.install
blob: cca372ce09f2b228d538685d4c3e0e96313a8717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	ln -s /usr/bin/debchange /usr/bin/dch
}


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

op=$1
shift

$op $*