X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fusrp.postrm;fp=debian%2Fusrp.postrm;h=bde96a2d47b1ab4a155badbfef0d0b04350b3f99;hb=56c8ec23cd587a012933d18ae65afa7636864314;hp=0000000000000000000000000000000000000000;hpb=18a684bf3dc144c48fc4cc6cc72f5070febd8074;p=debian%2Fgnuradio diff --git a/debian/usrp.postrm b/debian/usrp.postrm new file mode 100644 index 00000000..bde96a2d --- /dev/null +++ b/debian/usrp.postrm @@ -0,0 +1,13 @@ +#! /bin/sh + +set -e + +if [ "$1" != "remove" ]; then + exit 0 +fi + +rm -f /etc/udev/rules.d/z60_usrp.rules + +#DEBHELPER# + +exit 0