mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
xbps-triggers: system-accounts: force system account removal.
This commit is contained in:
parent
a56b465f1e
commit
d7219b9267
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ run)
|
||||||
echo "WARNING: cannot remove ${acct} system user/group (missing userdel)"
|
echo "WARNING: cannot remove ${acct} system user/group (missing userdel)"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
userdel ${_uname} >/dev/null 2>&1
|
userdel -f ${_uname} >/dev/null 2>&1
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "Removed ${_uname} (${_uid}) system user/group."
|
echo "Removed ${_uname} (${_uid}) system user/group."
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-triggers'
|
# Template file for 'xbps-triggers'
|
||||||
pkgname=xbps-triggers
|
pkgname=xbps-triggers
|
||||||
version=0.94
|
version=0.95
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue