summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-08-31 11:05:44 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-08-31 11:05:44 +0300
commit693ba3084b95813bcc4eaefcfd29d32e6b44bca5 (patch)
tree5f5c9ca2a95ab8927a99b7f501e0f23d7c03f3f5 /scripts
parent4fed9927446082a78ad5ea9669219f2ca40677d6 (diff)
downloadrpm-693ba3084b95813bcc4eaefcfd29d32e6b44bca5.tar.gz
rpm-693ba3084b95813bcc4eaefcfd29d32e6b44bca5.tar.bz2
rpm-693ba3084b95813bcc4eaefcfd29d32e6b44bca5.zip
Remove ancient and unused find-{provides|requires}.perl scripts
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am2
-rwxr-xr-xscripts/find-provides.perl4
-rwxr-xr-xscripts/find-requires.perl4
3 files changed, 0 insertions, 10 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index e811f1d36..9def65deb 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -10,7 +10,6 @@ EXTRA_DIST = \
check-files check-prereqs cross-build \
check-buildroot check-rpaths check-rpaths-worker \
find-debuginfo.sh find-lang.sh find-prov.pl find-req.pl \
- find-provides.perl find-requires.perl \
get_magic.pl getpo.sh http.req \
magic.prov magic.req perldeps.pl perl.prov perl.req pythondeps.sh \
rpmdb_loadcvt rpmdiff rpmdiff.cgi \
@@ -31,7 +30,6 @@ config_SCRIPTS = \
check-files check-prereqs cross-build \
check-buildroot check-rpaths check-rpaths-worker \
find-debuginfo.sh find-lang.sh find-prov.pl find-req.pl \
- find-provides.perl find-requires.perl \
get_magic.pl getpo.sh http.req \
magic.prov magic.req perldeps.pl perl.prov perl.req pythondeps.sh \
mono-find-requires mono-find-provides \
diff --git a/scripts/find-provides.perl b/scripts/find-provides.perl
deleted file mode 100755
index c567baf6d..000000000
--- a/scripts/find-provides.perl
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-exec /usr/lib/rpm/find-provides
-
diff --git a/scripts/find-requires.perl b/scripts/find-requires.perl
deleted file mode 100755
index 06050ddb6..000000000
--- a/scripts/find-requires.perl
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-exec /usr/lib/rpm/find-requires
-