updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / w3perl / w3perl.install
blobc8a48abc380793179016286de2958ceedb37a85c
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=\"/w3perl\" => \"/usr/share/webapps/w3perl\") in its"
9   echo "configuration file."
10   echo ""
11   echo "Important:"
12   echo "Read /usr/share/webapps/w3perl/INSTALL on how to configure w3perl"
13   echo "after installation."
14   echo "================================================================="
17 # Message for an update.
18 post_upgrade()
20   echo "================================================================="
21   echo "Run the upgrade.pl script from /usr/share/webapps/w3perl, to"
22   echo "update the installation."
23   echo "================================================================="