From 167cdd5076ef2580eb96e5613a38a14f87c4f892 Mon Sep 17 00:00:00 2001 From: fggp Date: Sat, 29 Oct 2022 13:34:28 +0200 Subject: [PATCH] stop and disable services on uninstall --- deb/postrm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deb/postrm b/deb/postrm index 02d0482..3bb8e45 100755 --- a/deb/postrm +++ b/deb/postrm @@ -1,2 +1,7 @@ #!/bin/bash +systemctl stop tisbackup_huey +systemctl stop tisbackup_gui +systemctl disable tisbackup_huey +systemctl disable tisbackup_gui + rm -rf /opt/tisbackup