#!/bin/sh

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