summaryrefslogtreecommitdiffstats
path: root/gawk.pkg/prerm
blob: 0a76458e61f3835663b040a657b1c507aa32e04f (plain)
1
2
3
4
5
#!/bin/sh

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