repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git]
/
ttf-sansation
/
ttf.install
blob
5842b8e10e75687590fefaad16c621def215ac79
1
post_install() {
2
echo "Updating font cache... "
3
fc-cache -f > /dev/null
4
mkfontscale /usr/share/fonts/TTF
5
mkfontdir /usr/share/fonts/TTF
6
echo " ...done."
7
}
8
post_upgrade() {
9
post_install $1
10
}
11
post_remove() {
12
post_install $1
13
}