From bae4504370f335d64697a8d114174134b44d5f98 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 15 Oct 2023 18:11:47 +0200 Subject: Install systemd service in install script, skip empty audio device Stop systemd service with SIGINT --- uninstall.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'uninstall.sh') diff --git a/uninstall.sh b/uninstall.sh index 6578baa..9457d1f 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -4,5 +4,6 @@ rm -f "/usr/bin/gsr-kms-server" rm -f "/usr/bin/gpu-screen-recorder" +rm -f "/usr/lib/systemd/user/gpu-screen-recorder.service" echo "Successfully uninstalled gpu-screen-recorder" \ No newline at end of file -- cgit v1.2.3