hal: do not remove user/group if updating, bumprev.
--HG-- extra : convert_revision : d100ac26066257186faac89b2009547576566026
This commit is contained in:
parent
9cac065765
commit
90b3ae2174
2 changed files with 5 additions and 3 deletions
|
@ -3,8 +3,10 @@
|
|||
#
|
||||
case "${ACTION}" in
|
||||
pre)
|
||||
if [ "$UPDATE" = "no" ]; then
|
||||
userdel hal &>/dev/null
|
||||
[ $? -eq 0 ] && echo "Removed ${PKGNAME} system user/group."
|
||||
[ $? -eq 0 ] && echo "Removed hal system user/group."
|
||||
fi
|
||||
;;
|
||||
post)
|
||||
;;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'hal'
|
||||
pkgname=hal
|
||||
version=0.5.13
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="http://hal.freedesktop.org/releases/hal-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-static=no --disable-console-kit
|
||||
|
|
Loading…
Reference in a new issue