1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-15 15:41:54 +01:00
slackware-current/source/x/x11/post-install/font-bh-ttf.post-install

10 lines
254 B
Text
Raw Normal View History

# The conf.d directory is in /etc/fonts:
mkdir -p $PKG/etc/fonts
mv $PKG/usr/share/fontconfig/conf.d $PKG/etc/fonts
( cd $PKG/etc/fonts/conf.d
for conf in *.conf ; do
rm -f $conf
ln -sf ../../../usr/share/fontconfig/conf.avail/$conf .
done
)