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 Wed Jan 11 16:09:51 UTC 2012
[aur-mirror.git]
/
thesis
/
thesis.install
blob
a86478bd65c71a2a5aa4db7eebe5ab63e355a661
1
# arg 1: the new package version
2
post_install() {
3
texconfig-sys rehash
4
}
5
6
post_upgrade() {
7
texconfig-sys rehash
8
}
9
10
op=$1
11
shift
12
[ "$(type -t "$op")" = "function" ] && $op "$@"
13
14
# vim:set ts=2 sw=2 et: