plug myslice into apache in post-install
[myslice.git] / debian / unfold.postinst
1 #!/bin/bash
2 # if this requires a service to be running, add something like this
3 # update-rc.d unfold defaults
4
5 [ -f /etc/apache2/apache2.conf ] && echo "WSGIScriptAlias / /usr/share/unfold/apache/myslice.wsgi"  >> /etc/apache2/apache2.conf