Kill gnusocial daemon on removal

This commit is contained in:
Bob Mottram 2016-10-27 19:51:02 +01:00
parent 98a3d3343c
commit ec39b6b0f2
1 changed files with 1 additions and 0 deletions

View File

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