From e35eebaaa2c45ae88287c9e1a4277fbef75f2fab Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Tue, 9 Jun 2015 11:26:05 -0300 Subject: [PATCH] Disable colab service before uninstall --- colab.spec | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/colab.spec b/colab.spec index 4b1aff4..cf5f38f 100644 --- a/colab.spec +++ b/colab.spec @@ -187,3 +187,6 @@ ln -s /var/lib/colab-assets /usr/share/nginx/colab yes yes | colab-admin collectstatic +%preun +systemctl stop colab +systemctl disable colab -- libgit2 0.21.2