summarylogtreecommitdiffstats
path: root/noweb.install
blob: d1ae34da7eb7ea26c5240542296b6a51cebc77e6 (plain)
1
2
3
4
5
6
7
post_install() {
  [[ -L /usr/bin/nawk ]] || ln -s /bin/gawk /usr/bin/nawk
}

post_remove() {  
  [[ -L /usr/bin/nawk ]] && rm /usr/bin/nawk
}