14 lines
117 B
Plaintext
14 lines
117 B
Plaintext
post_install() {
|
|
ln -s /usr/bin/debchange /usr/bin/dch
|
|
}
|
|
|
|
|
|
post_remove() {
|
|
rm /usr/bin/dch
|
|
}
|
|
|
|
op=$1
|
|
shift
|
|
|
|
$op $*
|