updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / vdrsymbols-ttf / vdrsymbols-ttf.install
blob3fcdea9ae9ea09445e007710c94e9c33a1a47ffb
1 # vdrsymbols-ttf.install
3 ## arg 1:  the new package version
4 post_install() {
5   echo -n "Updating font cache... "
6   fc-cache -f > /dev/null
7   mkfontscale /usr/share/fonts/TTF
8   mkfontdir /usr/share/fonts/TTF
9   echo "done."
12 ## arg 1:  the new package version
13 ## arg 2:  the old package version
14 post_upgrade() {
15   post_install $1
18 # arg 1:  the old package version
19 post_remove() {
20   post_install $1