From 52fffed568e30c7991de81de55cde095807519ba Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 25 Oct 1999 21:25:11 +0000 Subject: r295: * Corrected a path name in dh_installxfonts. Closes: #48315 --- autoscripts/postrm-xfonts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoscripts') diff --git a/autoscripts/postrm-xfonts b/autoscripts/postrm-xfonts index 53e2b6db..c8d1f767 100644 --- a/autoscripts/postrm-xfonts +++ b/autoscripts/postrm-xfonts @@ -7,7 +7,7 @@ for currentdir in $fontdirs; do for file in fonts.dir fonts.alias; do rm -f $file done - if [ $(find $currentdir| wc -l) -eq 1 ]; then + if [ $(find $longdir| wc -l) -eq 1 ]; then rmdir -p $longdir else for currentcmd in $updatecmds; do -- cgit v1.2.3