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 Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
tircd
/
tircd.install
blob
dcfb1b3bf7cdd5ccc91c8fb4f4be6aa98d42a354
1
post_install() {
2
useradd -r -d /bin/false -c "tircd deamon" tircd
3
}
4
5
post_remove() {
6
userdel tircd
7
}