summaryrefslogtreecommitdiff
path: root/debian/libusrp0c2a.postrm
blob: 4abb561863f72442efb67e0c9ab16adc31050e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

set -e

if [ "$1" != "remove" ]; then
	exit 0
fi

rm -f /etc/udev/rules.d/40-usrp.rules

exit 0