From fc64eeda1dac81ff36d09c6759a94b26d3360f5b 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