summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/debian-chroot2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/debian-chroot b/bin/debian-chroot
index b748efb..370fd57 100755
--- a/bin/debian-chroot
+++ b/bin/debian-chroot
@@ -276,6 +276,7 @@ EOF
cat >> "${CHROOT}/build/.bash_history" << EOF
dpkg-buildpackage --changes-option=-S
+rm */ *.buildinfo *.changes *.deb *.debian.tar.xz *.dsc */ -rf
EOF
;;
@@ -399,6 +400,7 @@ EOF
cat >> "${CHROOT}/build/.bash_history" << EOF
dpkg-buildpackage --changes-option=-S
+rm */ *.buildinfo *.changes *.deb *.debian.tar.xz *.dsc */ -rf
EOF
;;