updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / ttf-zick-fonts / ttf-zick-fonts.install
bloba4170ff7618f0c9218e815c84217c81ad6d25eee
1 post_install () {
2   echo Updating font cache....
3   fc-cache -fs
4   mkfontscale /usr/share/fonts/TTF
5   mkfontdir /usr/share/fonts/TTF
8 post_upgrade () {
9   post_install "$1"
12 post_remove () {
13   post_install "$1"
16 # vim:set ts=2 sw=2 et: