updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / webcal / webcal.install
blob3b09eb60949bc8d18b43ef0a0734ed46e00660ce
1 post_install() {
2   echo ""
3   echo "===================================================="
4   echo " echo for first-time setup installation instructions"
5   echo "===================================================="
6   echo ""
7   chown http:http /srv/http/webcal
8   chown http:http /srv/http/webcal/install
9   echo " please refer to /srv/http/webcal/README.archlinux"
10   echo ""
13 post_upgrade() {
14     echo "To upgrade an existing installation all you have to"
15         echo "do is download the new release and unzip/untar the"
16         echo "zip/tar file into your current installation."
17         echo ""
18         echo "After unzipping/untaring the new release simply logon"
19         echo "as the administrative user and see whether an upgrade"
20         echo "of your database is necessary. If upgrading is needed"
21         echo "you will be presented with a button saying upgrade."
22         echo "Clicking this button will automatically upgrade your"
23         echo "database and if user data could be involved in the"
24         echo "upgrade a complete table backup is done. The backup"
25         echo "is stored in table called backup."
26         echo ""