mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-19 02:01:28 +03:00
kill tray in postrm of linux
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
set -e
|
||||
|
||||
pkill -f "rustdesk --tray" || true
|
||||
|
||||
case $1 in
|
||||
purge)
|
||||
rm -rf /root/.config/rustdesk || true
|
||||
|
||||
Reference in New Issue
Block a user