summaryrefslogtreecommitdiffstats
path: root/move/runstage2
diff options
context:
space:
mode:
Diffstat (limited to 'move/runstage2')
-rwxr-xr-xmove/runstage29
1 files changed, 0 insertions, 9 deletions
diff --git a/move/runstage2 b/move/runstage2
deleted file mode 100755
index f5bff628b..000000000
--- a/move/runstage2
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/perl
-
-use lib qw(../perl-install /usr/bin/stage2 /usr/lib/libDrakX);
-use install2;
-
-$::isStandalone = 0;
-install2::main(@ARGV, '--move');
-
-c::_exit(0);