Removes all files from linux install (#6019)

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-11-30 13:46:53 -08:00
committed by GitHub
parent b7f051fb9a
commit 858885dca9
2 changed files with 2 additions and 6 deletions
-5
View File
@@ -8,8 +8,3 @@
#
set -o errexit # exit on the first failure encountered
{
pushd @CPACK_PACKAGING_INSTALL_PREFIX@
popd
} &> /dev/null # hide output
+2 -1
View File
@@ -19,5 +19,6 @@ set -o errexit # exit on the first failure encountered
pushd @CPACK_PACKAGING_INSTALL_PREFIX@
# delete python downloads
rm -rf python/downloaded_packages python/runtime
popd
find . -type d -name *.egg-info -prune -exec rm -rf {} \;
popd
} &> /dev/null # hide output