updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / circuitikz / circuitikz.install
blobff32cd443ade85c109f9367d17f0ee193253b2c5
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." 
9 post_remove() {
10         post_install
13 post_upgrade() {
14         post_install