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 16:09:17 UTC 2012
[aur-mirror.git]
/
disco
/
disco.install
blob
986b378ea0f79182e5d508a5e0516abd1d0dda94
1
post_install() {
2
groupadd -r disco
3
useradd -r -g disco -d /var/disco/data disco
4
chown -R disco /var/disco
5
chgrp -R disco /var/disco
6
7
echo -e "\n== Info =="
8
echo " Before you can use Disco, you need to configure authentification per"
9
echo " http://discoproject.org/doc/start/install.html#configauth"
10
}
11
12
post_remove() {
13
userdel disco
14
}