1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

docs(INSTALL): Add ToxExt dirs to bootstrap.sh remove dirs function

This commit is contained in:
Anthony Bilinski 2021-09-22 02:37:58 -07:00
parent 216a1fc1af
commit 9d53e71dea
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -104,6 +104,8 @@ print_debug_output() {
# remove not needed dirs
remove_build_dirs() {
rm -rf "${BASE_DIR}/${TOXCORE_DIR}"
rm -rf "${BASE_DIR}/${TOXEXT_DIR}"
rm -rf "${BASE_DIR}/${TOX_EXT_MESSAGES_DIR}"
rm -rf "${BASE_DIR}/${SQLCIPHER_DIR}"
}