First AUR commit
This commit is contained in:
13
devscripts.install
Normal file
13
devscripts.install
Normal 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 $*
|
||||
Reference in New Issue
Block a user