diff options
Diffstat (limited to 'find-provides.in')
-rwxr-xr-x | find-provides.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/find-provides.in b/find-provides.in index 1f95f86..90b0c3d 100755 --- a/find-provides.in +++ b/find-provides.in @@ -28,12 +28,6 @@ if [ -n "`echo $filelist | grep -e '/CORE/libperl\.so'`" ]; then fi # -# --- Php modules. -[ -x @RPMVENDORDIR@/php.prov ] && - echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/php.prov | sort -u \ - && test ${PIPESTATUS[2]} -ne 0 && echo 'error: @RPMVENDORDIR@/php.prov failed' >&2 && exit 1 - -# # --- Kernel modules. [ -x @RPMVENDORDIR@/kmod.prov ] && echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/kmod.prov | sort -u \ |