#!/bin/sh

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