hooks/post-install/04-create-xbps-metadata-scripts.sh: add binfmts trigger support
This commit is contained in:
parent
be90180b48
commit
972a87ba9f
1 changed files with 7 additions and 0 deletions
|
@ -117,6 +117,13 @@ _EOF
|
||||||
echo "export make_dirs=\"${make_dirs}\"" >> $tmpf
|
echo "export make_dirs=\"${make_dirs}\"" >> $tmpf
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
|
# Handle binfmts trigger
|
||||||
|
#
|
||||||
|
if [ -n "${binfmts}" ]; then
|
||||||
|
_add_trigger binfmts
|
||||||
|
echo "export binfmts=\"${binfmts}\"" >> $tmpf
|
||||||
|
fi
|
||||||
|
#
|
||||||
# Handle systemd services.
|
# Handle systemd services.
|
||||||
#
|
#
|
||||||
if [ -n "$build_option_systemd" ]; then
|
if [ -n "$build_option_systemd" ]; then
|
||||||
|
|
Loading…
Reference in a new issue