Commit e35eebaaa2c45ae88287c9e1a4277fbef75f2fab
1 parent
97de1ad4
Exists in
spb-release/3.0
and in
2 other branches
Disable colab service before uninstall
Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
colab.spec
@@ -187,3 +187,6 @@ ln -s /var/lib/colab-assets /usr/share/nginx/colab | @@ -187,3 +187,6 @@ ln -s /var/lib/colab-assets /usr/share/nginx/colab | ||
187 | 187 | ||
188 | yes yes | colab-admin collectstatic | 188 | yes yes | colab-admin collectstatic |
189 | 189 | ||
190 | +%preun | ||
191 | +systemctl stop colab | ||
192 | +systemctl disable colab |