diff options
Diffstat (limited to 'host')
-rwxr-xr-x | host/cmake/debian/postinst.in | 1 | ||||
-rwxr-xr-x | host/cmake/debian/postrm.in | 1 | ||||
-rwxr-xr-x | host/cmake/debian/preinst.in | 3 | ||||
-rwxr-xr-x | host/cmake/debian/prerm.in | 1 | ||||
-rwxr-xr-x | host/cmake/redhat/post_install.in | 1 | ||||
-rwxr-xr-x | host/cmake/redhat/post_uninstall.in | 1 | ||||
-rwxr-xr-x | host/cmake/redhat/pre_install.in | 1 | ||||
-rwxr-xr-x | host/cmake/redhat/pre_uninstall.in | 1 |
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 # |