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 Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git]
/
aria2-git
/
aria2-git.install
blob
252197fccd46644ddfcd3d4f219b52f86f5cd9f9
1
post_install() {
2
useradd aria2 -d /srv/aria2 -r -U -s /bin/false
3
passwd -l aria2 &>/dev/null
4
chown aria2:aria2 /etc/aria2.conf
5
touch /var/log/aria2.log
6
chown aria2:aria2 /var/log/aria2.log
7
}
8
post_remove() {
9
userdel aria2
10
}