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 25 08:34:36 UTC 2012
[aur-mirror.git]
/
glosstex
/
glosstex.install
blob
d13d034f59320b970e27f990e38f5c906e9aa14a
1
post_install() {
2
echo "==> Updating TeX Filename Database"
3
texhash
4
}
5
6
pre_upgrade() {
7
true
8
}
9
10
post_upgrade() {
11
echo "==> Updating TeX Filename Database"
12
texhash
13
}
14
15
pre_remove() {
16
true
17
}
18
19
post_remove() {
20
echo "==> Updating TeX Filename Database"
21
texhash
22
}
23
24
op="$1"
25
shift
26
27
[ "$(type -t "$op")" = "function" ] && $op "$@"