repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: ocaml-topkg 1.0.5-2
[arch-packages.git]
/
ttf-freefont
/
trunk
/
install
blob
a2d23dea6b83c5a319d2d51a3b07c17296cfe3fa
1
post_install() {
2
fc-cache -s > /dev/null
3
mkfontscale usr/share/fonts/TTF
4
mkfontdir usr/share/fonts/TTF
5
}
6
7
post_upgrade() {
8
post_install
9
}
10
11
post_remove() {
12
post_install
13
}