updated on Tue Jan 24 08:00:27 UTC 2012
[aur-mirror.git] / client175-svn / client175-svn.install
blob86a0e7ec9039a72bd9e9c6f288daae65876ae486
1 post_install() {
2         echo "---- client175-svn --------------------------------------------------"
3         echo "  To edit tags you need to change the 'music_directory' variable in"
4         echo "  '/opt/client175/site.conf' to point to your actual music library."
5         echo ""
6         echo "  To start the server run 'python2 /opt/client175/server.py' or just"
7         echo "  '/opt/client175/server.py'. Once started, the interface can be"
8         echo "  accessed here:"
9         echo ""
10         echo "  http://localhost:8080/static/index.html"
11         echo "---------------------------------------------------------------------"
12         echo "  If you're interested in running Client175 behind an Apache server"
13         echo "  check out http://code.google.com/p/client175/wiki/BehindApache"
14         echo "---------------------------------------------------------------------"
17 post_upgrade() {
18         if [ "`vercmp $2 122`" -lt 0 ]; then
19                 echo "---- client175 ------------------------------------------------------"
20                 echo "  From r122, Client175 can be ran behind Apache using mod_python. If"
21                 echo "  you have an Apache server set up and you are interested in running"
22                 echo "  it that way check out the wiki article at:"
23                 echo ""
24                 echo "  http://code.google.com/p/client175/wiki/BehindApache"
25                 echo "---------------------------------------------------------------------"
26         fi
29 post_remove() {
30         echo "---- client175-svn --------------------------------------------------"
31         echo "  To completely remove it delete de contents of /opt/client175, there"
32         echo "  may be some album covers inside /opt/client175/static/covers and"
33         echo "  the configuration file backup site.conf.pacsave"
34         echo "---------------------------------------------------------------------"
37 # vim: set ft=sh ts=3 sw=3 tw=0: