aboutsummaryrefslogtreecommitdiff
path: root/uninstall.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-10-15 18:11:47 +0200
committerdec05eba <dec05eba@protonmail.com>2023-10-15 18:12:33 +0200
commitbae4504370f335d64697a8d114174134b44d5f98 (patch)
tree919f6efac508ed149cd62d76f5465cffc01ef6fe /uninstall.sh
parent3ae89c8d7c25f23a70bdec34c6e43cfe916f2d0c (diff)
Install systemd service in install script, skip empty audio device
Stop systemd service with SIGINT
Diffstat (limited to 'uninstall.sh')
-rwxr-xr-xuninstall.sh1
1 files changed, 1 insertions, 0 deletions
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