xbps-triggers: fix registration of services, bump to 0.11.
This commit is contained in:
parent
f4af754364
commit
c84c94fb5a
|
@ -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
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue