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 17 12:00:36 UTC 2012
[aur-mirror.git]
/
ttf-gill-sans
/
ttf-gill-sans.install
blob
0fc774145d43e3570046b474712f2e1b93ba2940
1
post_install() {
2
echo -n "Updating font cache... "
3
fc-cache -f > /dev/null
4
mkfontscale /usr/share/fonts/TTF
5
mkfontdir /usr/share/fonts/TTF
6
7
echo "done."
8
}
9
10
post_upgrade() {
11
post_install $1
12
}
13
14
post_remove() {
15
post_install $1
16
}
17
18
op=$1
19
shift
20
21
$op $*