updated install and uninstall scripts
This commit is contained in:
@@ -77,6 +77,11 @@ echo Install library: http
|
||||
echo Install library: http_authorization
|
||||
%SAFE_MD% %TMP_CONTRIB_DIR%\library\network\authentication
|
||||
%COPYCMD% %TMP_DIR%\library\server\authentication\http_authorization %TMP_CONTRIB_DIR%\library\network\authentication\http_authorization
|
||||
|
||||
echo Install library: openid
|
||||
%SAFE_MD% %TMP_CONTRIB_DIR%\library\security
|
||||
%COPYCMD% %TMP_DIR%\library\security\openid %TMP_CONTRIB_DIR%\library\security\openid
|
||||
|
||||
echo Install library: uri_template
|
||||
%COPYCMD% %TMP_DIR%\library\text\parser\uri_template %TMP_CONTRIB_DIR%\library\text\parser\uri_template
|
||||
|
||||
|
||||
@@ -70,6 +70,9 @@ COPYCMD $TMP_DIR/library/network/protocol/http $TMP_CONTRIB_DIR/library/network/
|
||||
echo Install library: http_authorization
|
||||
mkdir -p $TMP_CONTRIB_DIR/library/network/authentication
|
||||
COPYCMD $TMP_DIR/library/server/authentication/http_authorization $TMP_CONTRIB_DIR/library/network/authentication/http_authorization
|
||||
echo Install library: openid
|
||||
mkdir -p $TMP_CONTRIB_DIR/library/security/openid
|
||||
COPYCMD $TMP_DIR/library/security/openid $TMP_CONTRIB_DIR/library/security/openid
|
||||
echo Install library: uri_template
|
||||
mkdir -p $TMP_CONTRIB_DIR/library/text/parser
|
||||
COPYCMD $TMP_DIR/library/text/parser/uri_template $TMP_CONTRIB_DIR/library/text/parser/uri_template
|
||||
|
||||
@@ -54,10 +54,14 @@ echo Uninstall library: http_client
|
||||
%RDCMD% %TMP_CONTRIB_DIR%\library\network\http_client
|
||||
echo Uninstall library: http
|
||||
%RDCMD% %TMP_CONTRIB_DIR%\library\network\protocol\http
|
||||
echo Uninstall library: http_authorization
|
||||
%RDCMD% %TMP_CONTRIB_DIR%\library\network\authentication\http_authorization
|
||||
echo Uninstall library: security\openid
|
||||
%RDCMD% %TMP_CONTRIB_DIR%\library\security\openid
|
||||
echo Uninstall library: uri_template
|
||||
%RDCMD% %TMP_CONTRIB_DIR%\library\text\parser\uri_template
|
||||
|
||||
echo Uninstall contrib library: nino
|
||||
%RDCMD% %TMP_CONTRIB_DIR%\contrib\library\network\server\nino
|
||||
%RDCMD% %TMP_CONTRIB_DIR%\library\network\server\nino
|
||||
|
||||
:end
|
||||
|
||||
Reference in New Issue
Block a user