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

@@ -81,6 +81,7 @@ case "$1" in
rm /usr/share/applications/rustdesk.desktop || true
rm /usr/share/applications/rustdesk-link.desktop || true
rm /usr/bin/rustdesk || true
pkill -f "rustdesk --tray" || true
update-desktop-database
;;
1)