From: Thierry Parmentelat Date: Fri, 7 Feb 2014 14:17:23 +0000 (+0100) Subject: cleanup, this is no longer needed X-Git-Tag: myslice-0.3-0~2^2~10 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=3fe78396920b80ebd37ba820503ee8762fd6f2a4 cleanup, this is no longer needed --- diff --git a/debian/unfold.postinst b/debian/unfold.postinst index dd5c6805..f3f44358 100644 --- a/debian/unfold.postinst +++ b/debian/unfold.postinst @@ -4,9 +4,6 @@ [ -d /var/unfold ] || mkdir /var/unfold chown -R www-data.www-data /var/unfold chmod -R 700 /var/unfold -# upgrading from older packages -- temporary -[ -f /usr/share/unfold/myslice.sqlite3 ] && mv -f /usr/share/unfold/myslice.sqlite3 /var/unfold -rm -f /etc/apache2/sites*/myslice.conf # upgrading end /usr/share/unfold/manage.py syncdb /usr/share/unfold/manage.py migrate