# Exported interface update_package() { echo "update_package is no longer supported." >&2 echo "Its replacement will come soon." >&2 echo >&2 echo "For now update references in profiles/include/*.yml and feeds.conf.io manually." >&2 return 1 } register_command "update_package" "No longer used command"