]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-xfonts
r294: * Fixed problem with dh_installemacsen options not working, patch from
[debhelper.git] / autoscripts / postinst-xfonts
1 fontdirs="#FONTDIRS#"
2 updatecmds="#UPDATECMDS#"
3
4 for dir in $fontdirs; do
5         for currentcmd in $updatecmds; do
6                 $currentcmd /usr/X11R6/lib/X11/$dir
7         done
8 done