aboutsummaryrefslogtreecommitdiffstats
path: root/find-provides.in
diff options
context:
space:
mode:
Diffstat (limited to 'find-provides.in')
-rwxr-xr-xfind-provides.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/find-provides.in b/find-provides.in
index 11d3247..8c82209 100755
--- a/find-provides.in
+++ b/find-provides.in
@@ -8,10 +8,4 @@ filelist=`sed "s/['\"]/\\\&/g"`
# fix parsing output of objdump when localized (mga#7883):
export LC_ALL=C
-#
-# --- Kernel modules.
-[ -x @RPMVENDORDIR@/kmod.prov ] &&
- echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/kmod.prov | sort -u \
- && test ${PIPESTATUS[2]} -ne 0 && echo 'error: @RPMVENDORDIR@/kmod.prov failed' >&2 && exit 1
-
exit 0