diff options
Diffstat (limited to 'source/x/x11/post-install/font-adobe-75dpi.post-install')
-rw-r--r-- | source/x/x11/post-install/font-adobe-75dpi.post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/x/x11/post-install/font-adobe-75dpi.post-install b/source/x/x11/post-install/font-adobe-75dpi.post-install new file mode 100644 index 000000000..25533670d --- /dev/null +++ b/source/x/x11/post-install/font-adobe-75dpi.post-install @@ -0,0 +1,8 @@ +# The fonts really should go in /usr/share/fonts: +mkdir -p $PKG/usr/share +mv $PKG/usr/lib/X11/fonts $PKG/usr/share +# I use this strange sequence so I'll notice if anything else +# pops up in /usr/lib/X11: +rmdir $PKG/usr/lib/X11/fonts +rmdir $PKG/usr/lib/X11 +rmdir $PKG/usr/lib |