mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
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
|
case "${ACTION}" in
|
||||||
pre)
|
pre)
|
||||||
userdel hal &>/dev/null
|
if [ "$UPDATE" = "no" ]; then
|
||||||
[ $? -eq 0 ] && echo "Removed ${PKGNAME} system user/group."
|
userdel hal &>/dev/null
|
||||||
|
[ $? -eq 0 ] && echo "Removed hal system user/group."
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
post)
|
post)
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hal'
|
# Template file for 'hal'
|
||||||
pkgname=hal
|
pkgname=hal
|
||||||
version=0.5.13
|
version=0.5.13
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="http://hal.freedesktop.org/releases/hal-$version.tar.bz2"
|
distfiles="http://hal.freedesktop.org/releases/hal-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-static=no --disable-console-kit
|
configure_args="--enable-static=no --disable-console-kit
|
||||||
|
|
Loading…
Add table
Reference in a new issue