hooks/post-install/04-create-xbps-metadata-scripts.sh: add binfmts trigger support
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user