diff options
Diffstat (limited to 'source4/script/installpc.sh')
-rwxr-xr-x | source4/script/installpc.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/source4/script/installpc.sh b/source4/script/installpc.sh deleted file mode 100755 index 81ca2f8145..0000000000 --- a/source4/script/installpc.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# install miscellaneous files - -SRCDIR="$1" -PKGCONFIGDIR="$2" -shift -shift - -cd $SRCDIR || exit 1 - -for I in $* -do - cp $I $PKGCONFIGDIR -done - -exit 0 |