summaryrefslogtreecommitdiffstats
path: root/pciids-full.pkg/postinst
blob: c4d992f0dcd36752c20ee8e65c53232cefff9436 (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.full.gz 20
fi