gluon-core: Remove VERSION_DIR hack

As the (removed) comment said, this was a one-time-hack that was obsoleted long ago.
This commit is contained in:
Jan-Philipp Litza 2014-08-30 15:13:52 +02:00
parent e4fc1955cc
commit 6160f1a966
1 changed files with 0 additions and 4 deletions

View File

@ -11,10 +11,6 @@ else
HAS_LEGACY=
fi
# Temporary fix for broken upgrades (happened between 20140225 and 20140226, remove next week)
if [ -f "$VERSION_DIR" ]; then rm "$VERSION_DIR"; fi
mkdir -p "$VERSION_DIR"