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 04:00:44 UTC 2012
[aur-mirror.git]
/
fontconfig-ms-fonts-zh
/
fontsconf.install
blob
2981d5e2468f350c1b59edb3d71b2b88b654da9b
1
post_install() {
2
echo "Updating fonts cache..."
3
fc-cache -fv &>/dev/null
4
echo "Done"
5
}
6
7
post_upgrade() {
8
post_install $1
9
}
10
11
post_remove() {
12
echo "Updating fonts cache..."
13
fc-cache -fv &>/dev/null
14
echo "Done"
15
}
16
17
op=$1
18
shift
19
20
$op $*
21