X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fconfiguration%2Finstall;fp=helm%2Fconfiguration%2Finstall;h=0000000000000000000000000000000000000000;hb=fa11ed6dc134f8ad3421c37a97271018e075bbed;hp=de250745931aaac0dba98b705bebf76cdfd1ee6f;hpb=c03d2c1fdab8d228cb88aaba5ca0f556318bebc5;p=helm.git diff --git a/helm/configuration/install b/helm/configuration/install deleted file mode 100755 index de2507459..000000000 --- a/helm/configuration/install +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -echo "********************************************************" -echo "* Insert the root dir \$root *" -echo "* Files will be installed in \$root/local/lib/helm and *" -echo "* in \$root/local/lib/etc/helm/ *" -echo "********************************************************" -echo -n "\$root=" -read ROOT - -echo cp local/lib/helm/configuration.pl $ROOT/local/lib/helm/ -cp local/lib/helm/configuration.pl $ROOT/local/lib/helm/ - -echo cp local/etc/helm/configuration.xml $ROOT/local/etc/helm/ -cp local/etc/helm/configuration.xml $ROOT/local/etc/helm/ - -echo cp local/etc/helm/configuration.dtd $ROOT/local/etc/helm/ -cp local/etc/helm/configuration.dtd $ROOT/local/etc/helm/