From 21c9ac23ead39fa9cd79c17a722972ebe1b5fd90 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 22 Apr 2008 22:42:27 +0200 Subject: [PATCH] 050checkinst: Really remove locale checks Some code was left behind. --- cron.d/050checkinst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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:" -- 2.39.2