提交 cc27ea83 编写于 作者: Z zyyang

change

上级 6b46006d
...@@ -38,6 +38,12 @@ fi ...@@ -38,6 +38,12 @@ fi
if [[ -e packaging/tools/uninstall-prodbtools.sh ]]; then if [[ -e packaging/tools/uninstall-prodbtools.sh ]]; then
rm -f packaging/tools/uninstall-prodbtools.sh rm -f packaging/tools/uninstall-prodbtools.sh
fi fi
if [[ -e packaging/tools/install-powertools.sh ]]; then
rm -f packaging/tools/install-powertools.sh
fi
if [[ -e packaging/tools/uninstall-powertools.sh ]]; then
rm -f packaging/tools/uninstall-powertools.sh
fi
rm -rf $COMMUNITY_DIR/debug/* rm -rf $COMMUNITY_DIR/debug/*
rm -rf $COMMUNITY_DIR/release/* rm -rf $COMMUNITY_DIR/release/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册