updated on Thu Jan 12 00:00:55 UTC 2012
[aur-mirror.git] / noweb / noweb.install
blob767a69cec343dba4755c0cc947a031761a38e16c
1 post_install() {
2   texconfig-sys rehash
3   [[ -L /usr/bin/nawk ]] || ln -s /bin/gawk /usr/bin/nawk
6 post_upgrade() {
7   texconfig-sys rehash
10 post_remove() {  
11   texconfig-sys rehash
12   [[ -L /usr/bin/nawk ]] && rm /usr/bin/nawk