xbps-triggers: fix registration of services, bump to 0.11.

This commit is contained in:
Juan RP 2010-12-10 12:48:29 +01:00
parent f4af754364
commit c84c94fb5a
2 changed files with 2 additions and 3 deletions

View File

@ -77,8 +77,7 @@ _EOF
continue
fi
# Register service.
sbin/rc-service -e ${1}
if [ $? -ne 0 ]; then
if [ "$UPDATE" = "no" ]; then
sbin/rc-update add ${1} ${2}
echo "Registering '${1}' from ${PKGNAME} service to start at boot."
fi

View File

@ -1,6 +1,6 @@
# Template file for 'xbps-triggers'
pkgname=xbps-triggers
version=0.10
version=0.11
build_style=custom-install
short_desc="XBPS triggers"
maintainer="Juan RP <xtraeme@gmail.com>"