updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / terminusmod / terminusmod.install
blob36a4e123280acff181b9e2d8436d18c24e0ecc53
1 # arg 1: the new package version
2 post_install() {
3   echo "Updating font cache... " 
4   fc-cache -f >/dev/null 2>&1
5   mkfontscale /usr/share/fonts/local
6   mkfontdir /usr/share/fonts/local
7   echo "See README.terminusmod in /usr/share/fonts/local for more info and changes."
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 -f >/dev/null 2>&1
19   mkfontscale /usr/share/fonts/local
20   mkfontdir /usr/share/fonts/local