repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git]
/
devscripts
/
devscripts.install
blob
cca372ce09f2b228d538685d4c3e0e96313a8717
1
post_install() {
2
ln -s /usr/bin/debchange /usr/bin/dch
3
}
4
5
6
post_remove() {
7
rm /usr/bin/dch
8
}
9
10
op=$1
11
shift
12
13
$op $*