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 Fri Jan 13 04:01:25 UTC 2012
[aur-mirror.git]
/
xecjk
/
xecjk.install
blob
907f338aea20f4a0369245069bfd73b5b1334210
1
post_install() {
2
texhash
3
echo "Your can find examples and manual under /usr/share/texmf/doc/xelatex/xecjk/"
4
}
5
6
post_upgrade() {
7
post_install
8
}
9
10
post_remove() {
11
texhash
12
}
13
# vim:set ts=2 sw=2 et:
14