X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F050checkinst;h=55ee6c7556bcd2822199c77151b6d8e27761dce2;hb=b689b79b3a6d8cf48f1207286efeeb28b168cd01;hp=dd5bf295a401cf62a31d9e72c0834668e254ca69;hpb=968f38c2e3b7d6f606083afa95774309ef8e353e;p=deb%2Fpackages.git diff --git a/cron.d/050checkinst b/cron.d/050checkinst index dd5bf29..55ee6c7 100755 --- a/cron.d/050checkinst +++ b/cron.d/050checkinst @@ -7,7 +7,7 @@ packages=`tempfile` cache=`tempfile` -trap "rm -f $packages $locs" INT EXIT +trap "rm -f $packages $cache" INT EXIT cd $topdir dpkg-checkbuilddeps >> $packages 2>&1 @@ -41,12 +41,6 @@ then echo cat $packages fi - if [ -s $locs ] - then - echo "Missing locales:" - echo - cat $locs - fi if [ -s $cache ] then echo "Problems with cachedir:"