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]
/
ttf-zick-fonts
/
ttf-zick-fonts.install
blob
a4170ff7618f0c9218e815c84217c81ad6d25eee
1
post_install () {
2
echo Updating font cache....
3
fc-cache -fs
4
mkfontscale /usr/share/fonts/TTF
5
mkfontdir /usr/share/fonts/TTF
6
}
7
8
post_upgrade () {
9
post_install "$1"
10
}
11
12
post_remove () {
13
post_install "$1"
14
}
15
16
# vim:set ts=2 sw=2 et: