ソースを参照

Kill gnusocial daemon on removal

Bob Mottram 8 年 前
コミット
ec39b6b0f2
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      src/freedombone-app-gnusocial

+ 1
- 0
src/freedombone-app-gnusocial ファイルの表示

@@ -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 {