FIX: css to comply with bootstrap v3.0.0
[myslice.git] / debian / unfold.postinst
index b585108..c762a57 100644 (file)
@@ -1,3 +1,6 @@
 #!/bin/bash
 # if this requires a service to be running, add something like this
 # update-rc.d unfold defaults
+
+[ -f /etc/apache2/apache2.conf ] && echo "WSGIScriptAlias / /usr/share/unfold/apache/myslice.wsgi"  >> /etc/apache2/apache2.conf
+service apache2 restart