updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / lightsquid / lightsquid.install
blob6548b612e97ecbcece11dd49120e3306ceb8a1e0
1 # Message displayed for a fresh install.
2 post_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.
16 post_upgrade()
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 "================================================================="