We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37f45d commit 2540445Copy full SHA for 2540445
1 file changed
linuxdeploy-plugin-conda.sh
@@ -157,7 +157,6 @@ if [ "$CONDA_SKIP_CLEANUP" == "" ]; then
157
find -type f -iname '*.so*' -print -exec strip '{}' \;
158
find -type f -iname '*.a' -print -delete
159
rm -rf lib/cmake/
160
- rm -rf include/
161
rm -rf share/{gtk-,}doc
162
rm -rf share/man
163
rm -rf lib/python?.?/site-packages/{setuptools,pip}
0 commit comments