diff options
-rwxr-xr-x | share/hooks/005-remove-python-py.chroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/hooks/005-remove-python-py.chroot b/share/hooks/005-remove-python-py.chroot index a8ff40ae5..ff705838f 100755 --- a/share/hooks/005-remove-python-py.chroot +++ b/share/hooks/005-remove-python-py.chroot @@ -1,5 +1,7 @@ #!/bin/sh +set -e + # Remove Python *.py files. # # This removes byte-compiled Python modules to save some space. |