diff options
author | Mystery Man <unknown@mandriva.org> | 2001-06-11 11:44:34 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2001-06-11 11:44:34 +0000 |
commit | 7507023403933bbd0d851a250a474f85ba6a89d2 (patch) | |
tree | c212a6c0eae5ed2c9964c390ebb72970ec08fd08 /perl-install/getpkgs_deps | |
parent | ab5559aaabd1167a18ac882e64d97c5adc0e7d03 (diff) | |
download | drakx-topic/ppp.tar drakx-topic/ppp.tar.gz drakx-topic/ppp.tar.bz2 drakx-topic/ppp.tar.xz drakx-topic/ppp.zip |
This commit was manufactured by cvs2svn to create branch 'ppp'.topic/ppp
Diffstat (limited to 'perl-install/getpkgs_deps')
-rwxr-xr-x | perl-install/getpkgs_deps | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/perl-install/getpkgs_deps b/perl-install/getpkgs_deps deleted file mode 100755 index bc2d5e0e8..000000000 --- a/perl-install/getpkgs_deps +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/perl - -use diagnostics; -use strict; - -use lib qw(/usr/bin/perl-install . c c/blib/arch); -use pkgs_deps; -use pkgs; - -pkgs_deps::main(pkgs::psUsingDirectory()); |