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