Browse Source

Kill gnusocial daemon on removal

Bob Mottram 8 years ago
parent
commit
ec39b6b0f2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-gnusocial

+ 1
- 0
src/freedombone-app-gnusocial View File

@@ -486,6 +486,7 @@ function remove_gnusocial {
486 486
     remove_app gnusocial
487 487
     remove_completion_param install_gnusocial
488 488
     sed -i '/gnusocial /d' $COMPLETION_FILE
489
+    pkill queuedaemon
489 490
 }
490 491
 
491 492
 function install_gnusocial_main {