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