updated on Tue Jan 10 16:09:17 UTC 2012
[aur-mirror.git] / disco / disco.install
blob986b378ea0f79182e5d508a5e0516abd1d0dda94
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
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"
12 post_remove() {
13         userdel disco