summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-xfonts
diff options
context:
space:
mode:
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