Browse Source

Remove directories

Bob Mottram 8 years ago
parent
commit
16c3735400
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-app-xmpp

+ 3
- 0
src/freedombone-app-xmpp View File

@@ -445,6 +445,9 @@ function install_xmpp_nightly {
445 445
     rm /usr/local/bin/prosody*
446 446
     rm ${INSTALL_DIR}/${prosody_filename}.tar.gz
447 447
     rm -rf ${INSTALL_DIR}/${prosody_filename}
448
+    rm -rf /usr/local/lib/prosody
449
+    rm -rf /usr/local/var/lib/prosody
450
+    rm -rf /usr/local/etc/prosody
448 451
 }
449 452
 
450 453
 function install_xmpp_main {