From ee91363e6620c0bdc9dcb31c02266905fca09b49 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 20:30:57 +0200 Subject: Adding debian version 1:3.11.1-1. Signed-off-by: Daniel Baumann --- debian/pciutils.postinst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 debian/pciutils.postinst (limited to 'debian/pciutils.postinst') diff --git a/debian/pciutils.postinst b/debian/pciutils.postinst new file mode 100644 index 0000000..99f7143 --- /dev/null +++ b/debian/pciutils.postinst @@ -0,0 +1,23 @@ +#!/bin/sh +# postinst script for pciutils + +set -e + +case "$1" in +configure) + for ext in new neww old + do + rm -f $DPKG_ROOT/usr/share/misc/pci.ids.$ext + done + ;; +abort-upgrade|abort-remove|abort-deconfigure) + ;; +*) + echo "postinst called with unknown argument '$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 -- cgit v1.2.3