summaryrefslogtreecommitdiffstats
path: root/move/runstage2
blob: f5bff628bbf4db8d35de4ef67b176dee69621930 (plain)
1
2
3
4
5
6
7
8
9
#!/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);