From e3ad4ff22366c7e521d51a1464d233e9b8e849b2 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 17 Aug 2000 07:45:49 +0000 Subject: r365: * dh_installxfonts: corrected a problem during package removal that was silently neglecting to remove the fonts.dir/alias files. --- autoscripts/postrm-xfonts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoscripts/postrm-xfonts') diff --git a/autoscripts/postrm-xfonts b/autoscripts/postrm-xfonts index ce3b7c66..016a6392 100644 --- a/autoscripts/postrm-xfonts +++ b/autoscripts/postrm-xfonts @@ -5,7 +5,7 @@ for currentdir in $fontdirs; do longdir=/usr/lib/X11/fonts/$currentdir if [ -d $longdir ]; then for file in fonts.dir fonts.alias; do - rm -f $file + rm -f $longdir/$file done if [ $(find $longdir| wc -l) -eq 1 ]; then rmdir -p $longdir -- cgit v1.2.3