Revert "ugly patch 320a8c26c0"

This reverts commit 5ec8930a6f.
This commit is contained in:
2019-02-22 10:57:27 +01:00
parent 5ec8930a6f
commit babaddf7e4
2 changed files with 0 additions and 39 deletions

View File

@ -81,10 +81,4 @@ echo
EchoGras "Mise à jour de la base de données ONE"
echo
updateDB
# FIXME ugly patch
grep -q "\/\." /usr/lib/one/ruby/CommandManager.rb
if [ $? = 0 ]; then
cd /usr
patch -fp0 < /usr/share/eole/one.patch
fi
exit ${?}