summaryrefslogtreecommitdiffstats
path: root/gawk.pkg/postinst
blob: 7e24c868c7a6611ecd1b6afa02ea7684146e743c (plain)
1
2
3
4
5
#!/bin/sh

if [ "x${1}" = 'xconfigure' ]; then
	update-alternatives --install /usr/bin/awk awk /usr/bin/gawk 20
fi