updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / nexus-font / nexus-font.install
blob4200163deae27b5e05b142bfd29341ada5762d8f
1 # arg 1: the new package version
2 post_install() {
3   echo "Updating font cache... " 
4   fc-cache -fs >/dev/null 2>&1
5   mkfontscale /usr/share/fonts/local
6   mkfontdir /usr/share/fonts/local
7   echo "Make sure that you add /usr/share/fonts/local/ to xorg.conf "
10 # arg 1: the new package version
11 # arg 2: the old package version
12 post_upgrade() {
13   post_install $1
16 # arg 1: the old package version
17 post_remove() {
18   fc-cache -fs >/dev/null 2>&1
19   mkfontscale /usr/share/fonts/local
20   mkfontdir /usr/share/fonts/local