From: Frank Lichtenheld Date: Tue, 22 Apr 2008 20:42:27 +0000 (+0200) Subject: 050checkinst: Really remove locale checks X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=21c9ac23ead39fa9cd79c17a722972ebe1b5fd90;p=deb%2Fpackages.git 050checkinst: Really remove locale checks Some code was left behind. --- 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:"