Added x11-fonts trigger for mkfontdir/mkfontscale.

--HG--
extra : convert_revision : 95f8a9e2f43b8288dc31287d6fd077d705968627
This commit is contained in:
Juan RP
2009-03-23 16:42:01 +01:00
parent 47eba22f14
commit bf879f5f33
2 changed files with 62 additions and 0 deletions

View File

@@ -77,6 +77,13 @@ _EOF
fi
echo >> $tmpf
#
# Handle X11 font updates via mkfontdir/mkfontscale.
#
if [ -n "${font_dirs}" ]; then
echo "font_dirs=\"${font_dirs}\"" >> $tmpf
fi
if [ -n "$triggers" ]; then
found=1
echo "case \"\$2\" in" >> $tmpf