Browse Source

Remove jicofo package

Bob Mottram 8 years ago
parent
commit
c472efa11a
1 changed files with 1 additions and 11 deletions
  1. 1
    11
      src/freedombone-app-jitsi

+ 1
- 11
src/freedombone-app-jitsi View File

@@ -216,19 +216,9 @@ function remove_jitsi {
216 216
 
217 217
     remove_nodejs jitsi
218 218
 
219
-    # remove jicofo
220
-    if [ -f /etc/systemd/system/jicofo.service ]; then
221
-        systemctl stop jicofo
222
-        systemctl disable jicofo
223
-        rm /etc/systemd/system/jicofo.service
224
-    fi
225
-    if [ -d ${INSTALL_DIR}/jicofo ]; then
226
-        rm -rf ${INSTALL_DIR}/jicofo
227
-    fi
228
-
229 219
     # remove videobridge
230 220
     #firewall_remove ${VIDEOBRIDGE_PORT}
231
-    apt-get -yq remove --purge jitsi-videobridge
221
+    apt-get -yq remove --purge jitsi-videobridge jicofo
232 222
     if [ -d /etc/jitsi ]; then
233 223
         rm -rf /etc/jitsi
234 224
     fi