updated on Fri Jan 20 20:16:25 UTC 2012
[aur-mirror.git] / free-sa / free-sa.install
blobcd5d1d573ed991a57d7e2b674a69f0b5e8ce44bb
1 # Message displayed for a fresh install.
2 post_install()
4   echo "================================================================="
5   echo "Per Arch Packaging Standards, this package is not installed in"
6   echo "/srv/http, so you'll need to config your httpd to point to the"
7   echo "installation directory. For lighttpd, this is done by adding"
8   echo "alias.url=\"/free-sa\" => \"/usr/share/webapps/free-sa\") in"
9   echo "its configuration file."
10   echo "================================================================="
13 # Message for an update.
14 post_upgrade()
16   echo "================================================================="
17   echo "Per Arch Packaging Standards, this package is not installed in"
18   echo "/srv/http, so you'll need to config your httpd to point to the"
19   echo "installation directory. For lighttpd, this is done by adding"
20   echo "alias.url=\"/free-sa\" => \"/usr/share/webapps/free-sa\") in"
21   echo "its configuration file."
22   echo "================================================================="