diff options
Diffstat (limited to 'debian/libusrp0.postinst')
-rw-r--r-- | debian/libusrp0.postinst | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/libusrp0.postinst b/debian/libusrp0.postinst deleted file mode 100644 index 562b9232e..000000000 --- a/debian/libusrp0.postinst +++ /dev/null @@ -1,16 +0,0 @@ -#! /bin/sh - -set -e - -if [ "$1" != "configure" ]; then - exit 0 -fi - -# Create usrp group for udev access -if ! getent group usrp >/dev/null; then - addgroup --system usrp -fi - -#DEBHELPER# - -exit 0 |