summaryrefslogtreecommitdiffstats
path: root/perl-install/getpkgs_deps
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/getpkgs_deps')
-rwxr-xr-xperl-install/getpkgs_deps10
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());