updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / tamsyn-font / tamsyn-font.install
blob6190d9a0ce7d55f40fb6baccb513f61fe39862c8
1 # arg 1: the new package version
2 post_install() {
3   echo "IMPORTANT: Size 6x11 has been replaced by size 6x12. Size 7x12 is no longer"
4   echo "available. If you used those sizes you will have to update your configurations."
5   echo "Updating font cache... " 
6   fc-cache -fs >/dev/null 2>&1
7   mkfontscale /usr/share/fonts/local
8   mkfontdir /usr/share/fonts/local
9   echo "Make sure that you add /usr/share/fonts/local/ to xorg.conf under the"
10   echo "\"Files\" section."
11   echo "See the README in /usr/share/doc/tamsyn-font for more info."
14 # arg 1: the new package version
15 # arg 2: the old package version
16 post_upgrade() {
17   post_install $1
20 # arg 1: the old package version
21 post_remove() {
22   fc-cache -fs >/dev/null 2>&1
23   mkfontscale /usr/share/fonts/local
24   mkfontdir /usr/share/fonts/local