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 Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git]
/
whiterabbit-ttf
/
whiterabbit-ttf.install
blob
3d1332d6a59aaf8dd468abb068ad7e4617f7ca07
1
2
post_install() {
3
echo -n "Updating font cache... "
4
fc-cache -fs >/dev/null
5
mkfontscale /usr/share/fonts/TTF /usr/share/fonts/Type1
6
mkfontdir /usr/share/fonts/TTF /usr/share/fonts/Type1
7
echo "done"
8
}
9
10
post_upgrade() {
11
post_install
12
}