X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=postinstall;h=a4d51102e2a1ee126343cc5db9467e083e3b4a6f;hb=ceb9205655a127dc2c70c57a99ab348bd0978559;hp=5da87d8c208e2ed427c61dc73cc3aab647dc7425;hpb=f2ee813738739a97b0d176be9f1a902923994f96;p=shibboleth%2Fsp.git diff --git a/postinstall b/postinstall index 5da87d8..a4d5110 100644 --- a/postinstall +++ b/postinstall @@ -12,14 +12,14 @@ CONFIGFILES=" \ metadataError.html \ sslError.html \ bindingTemplate.html \ + discoveryTemplate.html \ localLogout.html \ globalLogout.html \ - sp-example.key \ - sp-example.crt \ + partialLogout.html \ attribute-map.xml \ attribute-policy.xml \ - shibboleth2.xml \ - example-metadata.xml" + example-metadata.xml \ + shibboleth2.xml" for f in $CONFIGFILES; do if test ! -f $f; then @@ -27,4 +27,9 @@ for f in $CONFIGFILES; do fi; done +PATH=$PATH:/usr/local/bin +LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib +export PATH LD_LIBRARY_PATH +sh ./keygen.sh -b + exit 0