Added PolicyKit-0.9 template.
--HG-- extra : convert_revision : 231021db72f9ea60bcfc247f12eb9c642e28124a
This commit is contained in:
11
templates/PolicyKit/REMOVE
Normal file
11
templates/PolicyKit/REMOVE
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# This script removes the policykit user/group.
|
||||
#
|
||||
case "$2" in
|
||||
pre)
|
||||
chroot . userdel policykit &>/dev/null
|
||||
[ $? -eq 0 ] && echo "Removed policykit system user/group."
|
||||
;;
|
||||
post)
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user