diff options
Diffstat (limited to 'clean.sh')
-rw-r--r-- | clean.sh | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ # Author: Johannes Ranke <jranke@uni-bremen.de> -for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-mass r-cran-nnet r-cran-spatial rmatrix rodbc rpart survival vr littler rpy; do - rm -rf $i* +for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-mass r-cran-nnet r-cran-spatial rmatrix rodbc rpart survival littler rpy rkward; do + rm -rf $i-* # build directories leftover from backporting + rm $i*.dsc # source package descriptions from Debian unstable + rm $i*.diff.gz # source package diffs from Debian unstable + #rm -rf $i* done +rm -f *.build +rm -f *.changes |