Skip to content

Commit

Permalink
Merge pull request #662 from starg2/cleanup
Browse files Browse the repository at this point in the history
Remove __pycache__ directories
  • Loading branch information
niXman committed Nov 8, 2023
2 parents 677c7eb + 92ba733 commit 132ead1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/3rdparty-post.sh
Expand Up @@ -74,6 +74,7 @@ function python_deps_post {
rm -rf $LIBS_DIR/lib/pkgconfig
#find $LIBS_DIR/lib -maxdepth 1 -type f -name *.a -print0 | xargs -0 rm -f
find $LIBS_DIR/lib -type f -name *.la -print0 | xargs -0 rm -f
find $LIBS_DIR/lib -type d -name __pycache__ -print0 | xargs -0 rm -rf
rm -rf $LIBS_DIR/man
rm -rf $LIBS_DIR/share/man
rm -rf $LIBS_DIR/share/info
Expand Down

0 comments on commit 132ead1

Please sign in to comment.