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]
/
vaiofand
/
vaiofand.install
blob
9831970c9e39fe8b77d34cf0572e8f3b8eb37b3a
1
post_install() {
2
useradd vaiofand --system --user-group --home /run/vaiofand --shell /bin/false || true
3
echo ">>> Add 'vaiofand' to DAEMONS=() in /etc/rc.conf if you want it to be"
4
echo ">>> started on boot."
5
}
6
7
post_remove() {
8
userdel --remove vaiofand 2>/dev/null || true
9
}