summaryrefslogtreecommitdiffstats
path: root/pciutils.pkg/postinst
blob: 12f7a19d177cacd91e4a5606fdabf3a9cb7985e1 (plain)
1
2
3
4
5
6
#!/bin/sh

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