Kill gnusocial daemon on removal
This commit is contained in:
parent
98a3d3343c
commit
ec39b6b0f2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue