#!/bin/sh # 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 # Automatically added by dh_installxfonts/13.10 if [ -x "`command -v update-fonts-dir`" ]; then update-fonts-scale Type1;update-fonts-dir --x11r7-layout Type1;update-fonts-alias --exclude /etc/X11/fonts/Type1/t1-cyrillic.alias Type1 fi # End automatically added section case "$1" in purge|remove|disappear) if which xftcache >/dev/null 2>&1; then xftcache /usr/X11R6/lib/X11/fonts/Type1 xftcache /usr/share/fonts/X11/Type1 fi ;; esac case "$1" in purge|remove|disappear) if which fc-cache >/dev/null 2>&1; then fc-cache /usr/X11R6/lib/X11/fonts/Type1 fc-cache /usr/share/fonts/X11/Type1 fi ;; esac