summarylogtreecommitdiffstats
path: root/supysonic.install
blob: 8934c5431bd275be98aeb448ba64055e0cd6113b (plain)
1
2
3
4
5
6
post_install() {
	echo "Find upstream install instructions here:"
	echo "    https://github.com/spl0k/supysonic#as-an-apache-wsgi-application"
	echo "A sample apache WSGI config has been installed to:"
	echo "    /usr/share/doc/supysonic/apache-wsgi.conf"
}