Remove Solaris checkinstall file.
authorScott Cantor <cantor.2@osu.edu>
Wed, 14 Nov 2007 02:53:41 +0000 (02:53 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 14 Nov 2007 02:53:41 +0000 (02:53 +0000)
checkinstall [deleted file]

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