From 3760605288d9721fcb922ebbd88d61b610af5528 Mon Sep 17 00:00:00 2001 From: Valeriy Manzhos <47538801+InvisibleRain@users.noreply.github.com> Date: Thu, 9 Apr 2026 19:03:00 +0300 Subject: [PATCH] Kill process during uninstallation --- package-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-debian.sh b/package-debian.sh index bfc35a28..224d8716 100644 --- a/package-debian.sh +++ b/package-debian.sh @@ -611,7 +611,7 @@ update-desktop-database /usr/share/applications >/dev/null 2>&1 || true if command -v gtk-update-icon-cache >/dev/null 2>&1; then gtk-update-icon-cache -f /usr/share/icons/hicolor >/dev/null 2>&1 || true fi -loginctl disable-linger v2rayn-core +pkill --uid 785 userdel v2rayn-core groupdel v2rayn exit 0