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]
/
latex-herm-pic
/
latex-herm-pic.install
blob
7a1f6d046e75cef783f44768eb45d598e8392acc
1
# arg 1: the new package version
2
post_install() {
3
mktexlsr
4
}
5
6
# arg 1: the new package version
7
# arg 2: the old package version
8
post_upgrade() {
9
post_install
10
}
11
12
# arg 1: the old package version
13
post_remove() {
14
post_install
15
}
16