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 19 20:01:47 UTC 2012
[aur-mirror.git]
/
circuitikz
/
circuitikz.install
blob
ff32cd443ade85c109f9367d17f0ee193253b2c5
1
post_install() {
2
echo ">>> texlive: updating the filename database..."
3
texconfig-sys rehash
4
echo ">>> texlive: updating the fontmap files with updmap..."
5
updmap-sys --quiet --nohash
6
echo " done."
7
}
8
9
post_remove() {
10
post_install
11
}
12
13
post_upgrade() {
14
post_install
15
}