1 # Message displayed for a fresh install.
4 echo "================================================================="
5 echo "Please, read /usr/share/webapps/lightsquid/docs/install.txt "
6 echo "for important information on configuring and running this tool."
7 echo "Also, per Arch Packaging Standards, this package is not installed"
8 echo "in /srv/http, so you'll need to config your httpd to point to the"
9 echo "installation directory. For lighttpd, this is done by adding"
10 echo "alias.url=\"/lightsquid\" => \"/usr/share/webapps/lightsquid\") in"
11 echo "its configuration file."
12 echo "================================================================="
15 # Message for an update.
18 echo "================================================================="
19 echo "Please, read /usr/share/webapps/lightsquid/docs/install.txt "
20 echo "for important information on configuring and running this tool."
21 echo "Also, per Arch Packaging Standards, this package is not installed"
22 echo "in /srv/http, so you'll need to config your httpd to point to the"
23 echo "installation directory. For lighttpd, this is done by adding"
24 echo "alias.url=\"/lightsquid\" => \"/usr/share/webapps/lightsquid\") in"
25 echo "its configuration file."
26 echo "================================================================="