1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

Avoid possible issues with old migrators

This commit is contained in:
Tino Vazquez 2012-03-02 12:05:45 +01:00
parent f50df547e8
commit ecb7120d2b

View File

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