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