summaryrefslogtreecommitdiffstats
path: root/pciids-reduced.pkg/postinst
blob: 14a629800c3078151fa0f37bc14a38db7335e840 (plain)
1
2
3
4
5
6
#!/bin/sh

if [ "x${1}" = 'xconfigure' ]; then
	update-alternatives --install /usr/share/misc/pci.ids.gz pci.ids \
		/usr/share/misc/pci.ids.reduced.gz 10
fi