summaryrefslogtreecommitdiffstats
path: root/host/cmake/debian/preinst.in
diff options
context:
space:
mode:
Diffstat (limited to 'host/cmake/debian/preinst.in')
-rwxr-xr-xhost/cmake/debian/preinst.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/cmake/debian/preinst.in b/host/cmake/debian/preinst.in
index 463d5ee38..dc8795d8d 100755
--- a/host/cmake/debian/preinst.in
+++ b/host/cmake/debian/preinst.in
@@ -1,3 +1,4 @@
+#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#
@@ -16,5 +17,5 @@
#
if [ "$1" = "install" ]; then
-
+ ls
fi