core/xorg-fonts-encodings/xorg-fonts-encodings.install
Jan Mette 93d9bd24fe
2010-03-14 15:48:48 +00:00

12 lines
265 B
Plaintext

post_install() {
echo -n "Regenerating font encodings... "
pushd usr/share/fonts/encodings &>/dev/null
mkfontscale -n -e "/usr/share/fonts/encodings" -e "/usr/share/fonts/encodings/large"
popd &>/dev/null
echo "done."
}
post_upgrade() {
post_install
}