# Has to be done BEFORE anything else
lunar fix wget &&

# Recent libressl changes may break ssh undetectable to lunar fix
if module_installed openssh; then
  lin -c openssh
fi

if [ -f /var/state/lunar/migrating.from.openssl ]; then
  lunar fix $(lvu depends openssl)
fi
