summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-10-14 16:17:00 -0700
committerJosh Blum <josh@joshknows.com>2011-10-14 16:17:39 -0700
commit25f0bd512f79f9a04a26c24985c37ca83cfae210 (patch)
tree1a05b4f0a885f609a1cfbab3bc393b6eb977d6f2 /host
parent76bcd09b375e5954dd654039af42a74ef217c1ae (diff)
downloaduhd-25f0bd512f79f9a04a26c24985c37ca83cfae210.tar.gz
uhd-25f0bd512f79f9a04a26c24985c37ca83cfae210.tar.bz2
uhd-25f0bd512f79f9a04a26c24985c37ca83cfae210.zip
uhd: added missing shbang to pre/post scripts
Diffstat (limited to 'host')
-rwxr-xr-xhost/cmake/debian/postinst.in1
-rwxr-xr-xhost/cmake/debian/postrm.in1
-rwxr-xr-xhost/cmake/debian/preinst.in3
-rwxr-xr-xhost/cmake/debian/prerm.in1
-rwxr-xr-xhost/cmake/redhat/post_install.in1
-rwxr-xr-xhost/cmake/redhat/post_uninstall.in1
-rwxr-xr-xhost/cmake/redhat/pre_install.in1
-rwxr-xr-xhost/cmake/redhat/pre_uninstall.in1
8 files changed, 9 insertions, 1 deletions
diff --git a/host/cmake/debian/postinst.in b/host/cmake/debian/postinst.in
index c5a15fe17..eaca15394 100755
--- a/host/cmake/debian/postinst.in
+++ b/host/cmake/debian/postinst.in
@@ -1,3 +1,4 @@
+#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#
diff --git a/host/cmake/debian/postrm.in b/host/cmake/debian/postrm.in
index e98d1dba4..63a2e90a9 100755
--- a/host/cmake/debian/postrm.in
+++ b/host/cmake/debian/postrm.in
@@ -1,3 +1,4 @@
+#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#
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
diff --git a/host/cmake/debian/prerm.in b/host/cmake/debian/prerm.in
index aeecb3099..30ce41963 100755
--- a/host/cmake/debian/prerm.in
+++ b/host/cmake/debian/prerm.in
@@ -1,3 +1,4 @@
+#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#
diff --git a/host/cmake/redhat/post_install.in b/host/cmake/redhat/post_install.in
index 48194eb1c..01fd3338f 100755
--- a/host/cmake/redhat/post_install.in
+++ b/host/cmake/redhat/post_install.in
@@ -1,3 +1,4 @@
+#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#
diff --git a/host/cmake/redhat/post_uninstall.in b/host/cmake/redhat/post_uninstall.in
index ba15f9d0e..5357680a9 100755
--- a/host/cmake/redhat/post_uninstall.in
+++ b/host/cmake/redhat/post_uninstall.in
@@ -1,3 +1,4 @@
+#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#
diff --git a/host/cmake/redhat/pre_install.in b/host/cmake/redhat/pre_install.in
index bf8810cc7..b611fb381 100755
--- a/host/cmake/redhat/pre_install.in
+++ b/host/cmake/redhat/pre_install.in
@@ -1,3 +1,4 @@
+#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#
diff --git a/host/cmake/redhat/pre_uninstall.in b/host/cmake/redhat/pre_uninstall.in
index 7c191308c..f1faa36ce 100755
--- a/host/cmake/redhat/pre_uninstall.in
+++ b/host/cmake/redhat/pre_uninstall.in
@@ -1,3 +1,4 @@
+#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#