kill tray in postrm of linux

This commit is contained in:
hzhou
2024-04-01 16:36:34 +08:00
parent 7fb2464d84
commit 26a7f9dd46
6 changed files with 7 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
set -e
pkill -f "rustdesk --tray" || true
case $1 in
purge)
rm -rf /root/.config/rustdesk || true