summaryrefslogtreecommitdiff
path: root/DistUpgrade/build-tarball.sh
diff options
context:
space:
mode:
Diffstat (limited to 'DistUpgrade/build-tarball.sh')
-rwxr-xr-xDistUpgrade/build-tarball.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/DistUpgrade/build-tarball.sh b/DistUpgrade/build-tarball.sh
index 4f88b848..df9d6506 100755
--- a/DistUpgrade/build-tarball.sh
+++ b/DistUpgrade/build-tarball.sh
@@ -3,7 +3,10 @@
DIST=edgy
# cleanup
+echo "Cleaning up"
rm -f *~ *.bak *.pyc *.moved '#'*
+sudo rm -rf backports/ profile/ result/ tarball/ *.deb
+
# update po
(cd ../po; make update-po)