pkgbuilds/ttf-cosmic-sans-neue-git/ttf-cosmic-sans-neue-git.install
Tom Willemse 87aad63088 Add ttf-cosmic-sans-neue-git
The original PKGBUILD from the AUR doesn't actually build the latest git
revision.
2013-12-01 12:43:25 +01:00

15 lines
278 B
Text

post_install() {
echo -n "Updating font cache... "
fc-cache -fs >/dev/null
mkfontscale /usr/share/fonts/TTF /usr/share/fonts/Type1
mkfontdir /usr/share/fonts/TTF /usr/share/fonts/Type1
echo "done"
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}