Files
devscripts/devscripts.install
Giovanni Santini 939759b083 First AUR commit
2015-07-09 12:49:04 +02:00

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 $*