updated on Tue Jan 17 08:05:08 UTC 2012
[aur-mirror.git] / ttf-resavska-bg / resavska.install
blobed91cfe2062e8bc07c536577b7809d8eab81a1fc
1 post_install() {
2   echo -n "Updating font cache... "
3   fc-cache -s -f > /dev/null
4   mkfontscale /usr/share/fonts/TTF
5   mkfontdir /usr/share/fonts/TTF
6   mkfontscale /usr/share/fonts/OTF
7   mkfontdir /usr/share/fonts/OTF
8   echo "done."
11 post_upgrade() {
12   post_install $1
15 post_remove() {
16   post_install $1