summaryrefslogtreecommitdiffstats
path: root/pciids-full.pkg/prerm
blob: fcbaf915db0c27a19d73ea341201f87bbd08d4a6 (plain)
1
2
3
4
5
#!/bin/sh

if [ "x${1}" = 'xremove' ]; then
	update-alternatives --remove pci.ids /usr/share/misc/pci.ids.full.gz
fi