Merge remote-tracking branch 'origin/stable' into stable
[tails/pzajda.git] / config / chroot_local-hooks / 98-remove_unwanted_files
blobd24315d1977f0352ee1caaab35c0e97dd4315c18
1 #!/bin/sh
3 set -e
5 echo "Removing unwanted files"
7 # Get POTFILES_DOT_IN
8 . /usr/share/amnesia/build/variables
10 find /usr/share/doc -type f -name changelog.gz -delete
11 find /usr/share/doc -type f -name changelog.Debian.gz -delete
12 find /usr/share/doc -type f -name NEWS.Debian.gz -delete
14 # Remove .in files managed by intltool
15 rm $POTFILES_DOT_IN