mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 04:25:45 +00:00
Dont fail when killing processes in postrm
This commit is contained in:
parent
a875c5d7eb
commit
51652c0899
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
pkill --uid 785
|
pkill --uid 785 || true
|
||||||
userdel v2rayn-core
|
userdel v2rayn-core
|
||||||
groupdel v2rayn
|
groupdel v2rayn
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue