summaryrefslogtreecommitdiffstats
path: root/pkgconf.pkg/postinst
blob: 7d4fba5746f29b78a60a65783a06ec59d086e160 (plain)
1
2
3
4
5
6
#!/bin/sh

if [ "x${1}" = 'xconfigure' ]; then
	update-alternatives --install /usr/bin/pkg-config pkg-config \
		/usr/bin/pkgconf 10
fi