DNS Decoder create version

This commit is contained in:
刘学利
2024-06-12 03:40:41 +00:00
parent 478696610e
commit b7d504620e
81 changed files with 82395 additions and 0 deletions

13
cmake/preUninstall.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
if [ $1 == 0 ]; then
DST=${RPM_INSTALL_PREFIX}
mkdir -p ${DST}/plug/protocol/
touch ${DST}/plug/conflist.inf
mkdir -p ${DST}/etc/
touch ${DST}/etc/entrylist.conf
sed -i '/dns.inf/d' ${DST}/plug/conflist.inf
sed -i '/DNS/d' ${DST}/etc/entrylist.conf
fi