aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/debian/prerm.in
blob: f9e24228307405e8d96cb5dc8b70f342c4c1facd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#
# SPDX-License-Identifier: GPL-3.0
#

if [ "$1" = "remove" ]; then
    echo 'Uninstalling UHD.'
    rm /etc/udev/rules.d/uhd-usrp.rules
    udevadm control --reload-rules
fi