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]
/
urw-garamond
/
urw-garamond.install
blob
f6ae6ed6ea4f81a5a1bde87ebb29329570949dc8
1
post_install() {
2
echo "Updating TeX tree..."
3
/usr/bin/mktexlsr
4
/usr/bin/updmap-sys --quiet --enable Map ugm.map
5
}
6
7
post_upgrade() {
8
echo "Updating TeX tree..."
9
/usr/bin/mktexlsr
10
}
11
12
post_remove() {
13
echo "Updating TeX tree..."
14
/usr/bin/mktexlsr
15
/usr/bin/updmap-sys --quiet --disable ugm.map
16
}
17