diff options
Diffstat (limited to 'pciids-full.pkg/prerm')
-rw-r--r-- | pciids-full.pkg/prerm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pciids-full.pkg/prerm b/pciids-full.pkg/prerm new file mode 100644 index 0000000..fcbaf91 --- /dev/null +++ b/pciids-full.pkg/prerm @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ "x${1}" = 'xremove' ]; then + update-alternatives --remove pci.ids /usr/share/misc/pci.ids.full.gz +fi |