mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 15:21:28 +03:00
kill tray in postrm of linux
This commit is contained in:
@@ -43,5 +43,6 @@ pre_remove() {
|
||||
post_remove() {
|
||||
rm /usr/share/applications/rustdesk.desktop || true
|
||||
rm /usr/share/applications/rustdesk-link.desktop || true
|
||||
pkill -f "rustdesk --tray" || true
|
||||
update-desktop-database
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user