From 25f0bd512f79f9a04a26c24985c37ca83cfae210 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 14 Oct 2011 16:17:00 -0700 Subject: uhd: added missing shbang to pre/post scripts --- host/cmake/debian/postinst.in | 1 + host/cmake/debian/postrm.in | 1 + host/cmake/debian/preinst.in | 3 ++- host/cmake/debian/prerm.in | 1 + host/cmake/redhat/post_install.in | 1 + host/cmake/redhat/post_uninstall.in | 1 + host/cmake/redhat/pre_install.in | 1 + host/cmake/redhat/pre_uninstall.in | 1 + 8 files changed, 9 insertions(+), 1 deletion(-) (limited to 'host/cmake') 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 # -- cgit v1.2.3