Kill process during uninstallation

This commit is contained in:
Valeriy Manzhos 2026-04-09 19:03:00 +03:00
parent 227d0f1181
commit 3760605288
No known key found for this signature in database
GPG key ID: 6547CFC8E2EC3D90

View file

@ -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 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 gtk-update-icon-cache -f /usr/share/icons/hicolor >/dev/null 2>&1 || true
fi fi
loginctl disable-linger v2rayn-core pkill --uid 785
userdel v2rayn-core userdel v2rayn-core
groupdel v2rayn groupdel v2rayn
exit 0 exit 0