#!/bin/sh

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