summaryrefslogtreecommitdiffstats
path: root/host/cmake/debian/prerm.in
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-03-29 16:03:13 -0700
committerJosh Blum <josh@joshknows.com>2012-03-29 16:03:13 -0700
commit86ff7466868504f4e7abcb06a89b59985812f645 (patch)
tree9b191c8624f709de71748820d8ea35678d7ce8bd /host/cmake/debian/prerm.in
parent298d0ae5db4ede18295c6151f83a59b4f75c1599 (diff)
parent7ac203b39c126c4bdb9b2f5494052fd9eea8f21b (diff)
downloaduhd-86ff7466868504f4e7abcb06a89b59985812f645.tar.gz
uhd-86ff7466868504f4e7abcb06a89b59985812f645.tar.bz2
uhd-86ff7466868504f4e7abcb06a89b59985812f645.zip
Merge branch 'maint'
Diffstat (limited to 'host/cmake/debian/prerm.in')
-rwxr-xr-xhost/cmake/debian/prerm.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/cmake/debian/prerm.in b/host/cmake/debian/prerm.in
index 30ce41963..dfe491767 100755
--- a/host/cmake/debian/prerm.in
+++ b/host/cmake/debian/prerm.in
@@ -17,6 +17,7 @@
#
if [ "$1" = "remove" ]; then
+ echo 'Uninstalling UHD.'
rm /etc/udev/rules.d/uhd-usrp.rules
udevadm control --reload-rules
fi