summaryrefslogtreecommitdiff
path: root/clean.sh
blob: e70cb08b84b5be769d0fa3f480cc35c58b294860 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Author: Johannes Ranke <jranke@uni-bremen.de>

for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-coda r-cran-mass r-cran-nnet r-cran-spatial rmatrix rodbc rpart survival littler rpy rkward jags r-cran-rjags; 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

Contact - Imprint