diff --git a/scripts/pentoo-updater.sh b/scripts/pentoo-updater.sh index 0c1a6ceb7..72932d7a3 100755 --- a/scripts/pentoo-updater.sh +++ b/scripts/pentoo-updater.sh @@ -146,11 +146,11 @@ check_profile () { fi # profile migration routine for amd64 17.0->17.1 - if [ "${ARCH}" = "amd64" ]; then + #if [ "${ARCH}" = "amd64" ]; then #if [ -L "/lib" ] || [ -e "/lib32" ] || [ -e "/usr/lib32" ]; then # migrate_profile #fi - fi + #fi } migrate_profile() {