1 # Message displayed for a fresh 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=\"/w3perl\" => \"/usr/share/webapps/w3perl\") in its"
9 echo "configuration file."
12 echo "Read /usr/share/webapps/w3perl/INSTALL on how to configure w3perl"
13 echo "after installation."
14 echo "================================================================="
17 # Message for an update.
20 echo "================================================================="
21 echo "Run the upgrade.pl script from /usr/share/webapps/w3perl, to"
22 echo "update the installation."
23 echo "================================================================="