#!/bin/sh# postinst script for pciutilsset-e
case"$1"in
configure)forextinnewnewwold
dorm-f$DPKG_ROOT/usr/share/misc/pci.ids.$extdone;;
abort-upgrade|abort-remove|abort-deconfigure);;
*)echo"postinst called with unknown argument '$1'">&2exit1;;esac#DEBHELPER#exit0