diff --git a/INSTALL b/INSTALL index 71bacefe73d4f06e78155cf2372df517a079099b..d331d9ef1c5514c34cf38af7768aa7e5194e77d5 100644 --- a/INSTALL +++ b/INSTALL @@ -14,7 +14,7 @@ Eggs install Call the helper script which will build the packages and install them all: -# ./tools/create_all_packages.sh install +# ./tools/all_packages.sh install To uninstall: * remove the Weboob eggs: diff --git a/tools/create_all_packages.sh b/tools/all_packages.sh similarity index 100% rename from tools/create_all_packages.sh rename to tools/all_packages.sh