summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-xfonts
diff options
context:
space:
mode:
authorjoey <joey>1999-10-28 07:47:24 +0000
committerjoey <joey>1999-10-28 07:47:24 +0000
commit2b36b23e0223aa7e51047ff30daafe773f38a070 (patch)
treec82fdc000b2bf64649d19a5e74a01df29c140e79 /autoscripts/postinst-xfonts
parent21ebee67467d895cb246b83c59976b6fbd21b143 (diff)
r298: * Fixed some problems with dh_installxfonts font dirs.
Diffstat (limited to 'autoscripts/postinst-xfonts')
-rw-r--r--autoscripts/postinst-xfonts2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-xfonts b/autoscripts/postinst-xfonts
index e3e6a1c6..a0b58c9d 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