updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / davical / davical.install
blob346c2f30c5d88e0855be0500d91b26f6beb88976
1 post_install() {
2   echo ""
3   echo "===================================================="
4   echo "Please read /srv/http/davical/README.archlinux"
5   echo "for first-time setup installation instructions"
6   echo "===================================================="
7   echo ""
10 post_upgrade() {
11     echo "Upgrading..."
12         echo "Please run the following:"
13         echo ""
14         echo "sudo su"
15         echo "su - postgres"
16         echo "/srv/http/davical/dba/update-davical-database"
17         echo ""
18         echo "this will not work if your user isn't configured to sudo."
19         echo "this will not work if you haven't got postgresql installed."