summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall11
1 files changed, 0 insertions, 11 deletions
diff --git a/install b/install
deleted file mode 100755
index 06a5f25..0000000
--- a/install
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/rc
-. <{cat /$objtype/mkfile | grep -v '^<'}
-
-RCBIN=$home/bin/rc/stalker
-
-if(! test -d $RCBIN)
- mkdir $RCBIN
-mk
-cp $O.out $RCBIN/geoparse
-cp geolocate $RCBIN
-mk clean