From 3e8e9dad3c2bdd5e7151956ba9b87142d2cb1435 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Thu, 29 Mar 2012 10:05:00 -0700 Subject: cmake: Binaries give notification before installing or uninstalling UHD. Better to give an output than just an empty pause. --- host/cmake/debian/preinst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/cmake/debian/preinst.in') diff --git a/host/cmake/debian/preinst.in b/host/cmake/debian/preinst.in index 9e8e50b90..71246b7e7 100755 --- a/host/cmake/debian/preinst.in +++ b/host/cmake/debian/preinst.in @@ -17,5 +17,5 @@ # if [ "$1" = "install" ]; then - echo + echo 'Installing UHD.' fi -- cgit v1.2.3