xbps-src: fully support systemd_services.
This commit is contained in:
parent
78103dc7ca
commit
8dba43e73d
1 changed files with 8 additions and 0 deletions
|
@ -84,6 +84,14 @@ _EOF
|
|||
echo "export kernel_hooks_version=\"${kernel_hooks_version}\"" >> $tmpf
|
||||
fi
|
||||
|
||||
#
|
||||
# Handle systemd services.
|
||||
#
|
||||
if [ -n "${systemd_services}" ]; then
|
||||
_add_triger systemd-service
|
||||
echo "export systemd_services=\"${systemd_services}\"" >> $tmpf
|
||||
fi
|
||||
|
||||
#
|
||||
# Handle DKMS modules.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue