From 3fe78396920b80ebd37ba820503ee8762fd6f2a4 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Fri, 7 Feb 2014 15:17:23 +0100
Subject: [PATCH] cleanup, this is no longer needed

---
 debian/unfold.postinst | 3 ---
 1 file changed, 3 deletions(-)

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
-- 
2.47.0