Update packaging
[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 /usr/share/unfold/manage.py syncdb
5 /usr/share/unfold/manage.py migrate
6 chmod 777 /usr/share/unfold/myslice.sqlite3
7 chmod 777 /usr/share/unfold
8 a2dissite default
9 a2ensite myslice.conf
10 service apache2 restart