core/wqy-microhei/wqy-microhei.install
2011-11-08 17:32:57 +00:00

22 lines
423 B
Plaintext

post_install() {
echo -n "Updating font cache... "
mkfontscale /usr/share/fonts/wenquanyi/wqy-microhei
mkfontdir /usr/share/fonts/wenquanyi/wqy-microhei
fc-cache -f /usr/share/fonts/wenquanyi/wqy-microhei > /dev/null
echo "done."
}
post_upgrade() {
post_install $1
}
post_remove() {
rm -r /usr/share/fonts/wenquanyi/wqy-microhei
rmdir --ignore-fail-on-non-empty /usr/share/fonts/wenquanyi/
}
op=$1
shift
$op $*