From: Scott Cantor Date: Wed, 14 Nov 2007 02:53:41 +0000 (+0000) Subject: Remove Solaris checkinstall file. X-Git-Tag: 2.0-beta2~4 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=3d8fbd643e2e3e7c4ce02b5dee2bbc353837a0a4 Remove Solaris checkinstall file. --- diff --git a/checkinstall b/checkinstall deleted file mode 100644 index 6adfb56..0000000 --- a/checkinstall +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -expected_platform="sparc" -platform=`uname -p` -if [ ${platform} != ${expected_platform} ]; then - echo "This package must be installed on ${expected_platform}" - exit 1 -fi -exit 0