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