cleanup, this is no longer needed
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 7 Feb 2014 14:17:23 +0000 (15:17 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 7 Feb 2014 14:17:23 +0000 (15:17 +0100)
debian/unfold.postinst

index dd5c680..f3f4435 100644 (file)
@@ -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