diff options
| author | 刘学利 <[email protected]> | 2020-10-10 14:16:29 +0800 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2020-10-10 14:16:29 +0800 |
| commit | 7667bf9229ad4a1ece45005b99e1c91677a4364c (patch) | |
| tree | 511b92e30ece89c7f8e61d422f23b4edfed772d5 /cmake/preUninstall.sh | |
| parent | 69f37421670b3b02ca77aff560e516d54935b229 (diff) | |
Develop
Diffstat (limited to 'cmake/preUninstall.sh')
| -rw-r--r-- | cmake/preUninstall.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/preUninstall.sh b/cmake/preUninstall.sh index efc4ab1..e01923e 100644 --- a/cmake/preUninstall.sh +++ b/cmake/preUninstall.sh @@ -5,6 +5,9 @@ if [ $1 == 0 ]; then mkdir -p ${DST}/plug/protocol/ touch ${DST}/plug/conflist.inf + mkdir -p ${DST}/etc/ + touch ${DST}/etc/entrylist.conf + sed -i '/ssl.inf/d' ${DST}/plug/conflist.inf sed -i '/SSL/d' ${DST}/etc/entrylist.conf fi |
