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 e2ff6a6ed3
commit ae43f3dc3e

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"