Remove esync.pl

This commit is contained in:
Josh Holtrop 2021-03-26 15:36:32 -04:00
parent 604e2af060
commit e2871cfd47

View File

@ -1,12 +0,0 @@
#!/usr/bin/perl -w
use strict;
my $pso = `ps -efww | grep emerge | grep -v grep`;
if ($pso =~ /^\s*$/)
{
system("emerge --sync");
exit (0); # successful completion
}
exit (1); # emerge already running