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

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