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 Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git]
/
hyperlatex
/
texlive.install
blob
dee7f653e4421ff3bf848d37db7391bad828924b
1
post_install() {
2
echo ">>> texlive: updating the filename database..."
3
texconfig-sys rehash
4
}
5
6
post_upgrade() {
7
echo ">>> texlive: updating the filename database..."
8
texconfig-sys rehash
9
}
10
11
post_remove() {
12
echo ">>> texlive: updating the filename database..."
13
texconfig-sys rehash
14
}