#!/bin/sh set -e if which xftcache >/dev/null 2>&1; then xftcache /usr/share/fonts/X11/Type1 fi if which fc-cache >/dev/null 2>&1 && [ -f /etc/fonts/fonts.conf ]; then fc-cache /usr/share/fonts/X11/Type1 fi # Automatically added by dh_installxfonts/13.10 if command -v update-fonts-dir >/dev/null; then update-fonts-scale Type1;update-fonts-dir --x11r7-layout Type1;update-fonts-alias --include /etc/X11/fonts/Type1/t1-cyrillic.alias Type1 fi # End automatically added section # Automatically added by dh_installdeb/13.10 dpkg-maintscript-helper rm_conffile /etc/X11/fonts/X11R7/Type1/t1-cyrillic.scale 4.12\+nmu1 -- "$@" dpkg-maintscript-helper rm_conffile /etc/X11/fonts/X11R7/Type1/t1-cyrillic.alias 4.12\+nmu1 -- "$@" dpkg-maintscript-helper rm_conffile /etc/defoma/hints/t1-cyrillic.hints 4.14 -- "$@" # End automatically added section