From ecb7120d2b248616611d3ac82aca93cc9a6d4c3e Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Fri, 2 Mar 2012 12:05:45 +0100 Subject: [PATCH] Avoid possible issues with old migrators --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index fa2b593fe0..322a9065c2 100755 --- a/install.sh +++ b/install.sh @@ -1430,6 +1430,9 @@ if [ "$UNINSTALL" = "no" ] ; then for d in $MAKE_DIRS; do mkdir -p $DESTDIR$d done + + # Remove old migrators + rm $LIB_LOCATION/ruby/onedb/*.rb fi # --- Install/Uninstall files ---