#!/bin/sh -efu . @RPMCONFIGDIR@/rpmb-functions . @RPMCONFIGDIR@/rpmb-find-package SystemdServiceReq() { local bin sed -n 's|^[[:space:]]*Exec[^=]*=[[:space:]]*[@:+!]*\([^[:space:]@:+!-][^[:space:]]*\).*|\1|p' "$1" | while read bin; do FindPackage "$1" "$bin" done } ArgvFileAction SystemdServiceReq "$@"