Code Sample |
#!/bin/sh set -e # Automatically added by dh_installxfonts if which update-fonts-dir >/dev/null 2>&1; then update-fonts-dir misc;update-fonts-alias misc fi # End automatically added section |
Code Sample |
update-fonts-dir the_dir_the_font_is_in |