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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
maradns-devel
/
maradns.install
blob
5521f783987f0379adbc4d671b2702e87280e82b
1
post_install() {
2
groupadd -g 66 maradns
3
useradd -d / -s /bin/false -c maradns -g 66 -u 66 maradns
4
}
5
6
pre_remove() {
7
userdel maradns &> /dev/null
8
}
9
10
op=$1
11
shift
12
13
$ip $*