git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@346 fb386ef7...
[shibboleth/opensaml2.git] / checkinstall
diff --git a/checkinstall b/checkinstall
deleted file mode 100644 (file)
index 6adfb56..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh\r
-\r
-expected_platform="sparc"\r
-platform=`uname -p`\r
-if [ ${platform} != ${expected_platform} ]; then\r
-       echo "This package must be installed on ${expected_platform}"\r
-       exit 1\r
-fi\r
-exit 0\r