vp-build/templates/hal/REMOVE
Juan RP e762dba18e Added hal-0.5.12rc1 template.
--HG--
extra : convert_revision : 8f3db664b145683fd8d5e52048fd890b49baa787
2009-03-23 08:38:24 +01:00

12 lines
172 B
Plaintext

#
# 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