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

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