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 Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
webfonts
/
webfonts.install
blob
55ffb6b76835f21279bb7a7c4ae0f9c30317fd86
1
2
post_install()
3
{
4
echo -n "Updating font cache... "
5
fc-cache -fs >/dev/null
6
mkfontscale /usr/share/fonts/TTF /usr/share/fonts/Type1
7
mkfontdir /usr/share/fonts/TTF /usr/share/fonts/Type1
8
echo "done"
9
}
10
11
post_upgrade()
12
{
13
post_install
14
}
15
16
post_remove()
17
{
18
post_install
19
}