First AUR commit

This commit is contained in:
Giovanni Santini
2015-07-09 12:49:04 +02:00
commit 939759b083
4 changed files with 125 additions and 0 deletions

13
devscripts.install Normal file
View File

@@ -0,0 +1,13 @@
post_install() {
ln -s /usr/bin/debchange /usr/bin/dch
}
post_remove() {
rm /usr/bin/dch
}
op=$1
shift
$op $*