From 2b36b23e0223aa7e51047ff30daafe773f38a070 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 28 Oct 1999 07:47:24 +0000 Subject: [PATCH] r298: * Fixed some problems with dh_installxfonts font dirs. --- autoscripts/postinst-xfonts | 2 +- autoscripts/postrm-xfonts | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/autoscripts/postinst-xfonts b/autoscripts/postinst-xfonts index e3e6a1c..a0b58c9 100644 --- a/autoscripts/postinst-xfonts +++ b/autoscripts/postinst-xfonts @@ -3,6 +3,6 @@ updatecmds="#UPDATECMDS#" for dir in $fontdirs; do for currentcmd in $updatecmds; do - $currentcmd /usr/X11R6/lib/X11/$dir + $currentcmd /usr/lib/X11/fonts/$dir done done diff --git a/autoscripts/postrm-xfonts b/autoscripts/postrm-xfonts index c8d1f76..ce3b7c6 100644 --- a/autoscripts/postrm-xfonts +++ b/autoscripts/postrm-xfonts @@ -2,7 +2,7 @@ fontdirs="#FONTDIRS#" updatecmds="#UPDATECMDS#" for currentdir in $fontdirs; do - longdir=/usr/X11R6/lib/X11/fonts/$currentdir + longdir=/usr/lib/X11/fonts/$currentdir if [ -d $longdir ]; then for file in fonts.dir fonts.alias; do rm -f $file diff --git a/debian/changelog b/debian/changelog index 78ff353..019d29d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (2.0.66) unstable; urgency=low + + * Fixed some problems with dh_installxfonts font dirs. + + -- Joey Hess Thu, 28 Oct 1999 00:46:43 -0700 + debhelper (2.0.65) unstable; urgency=low * dh_builddeb: -u can be passed to this command now, followed by -- 2.39.5