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

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