Compare commits
2 Commits
71597add39
...
08b4123493
Author | SHA1 | Date | |
---|---|---|---|
|
08b4123493 | ||
|
e57593ca44 |
BIN
photos/katana-handle.jpg
Normal file
BIN
photos/katana-handle.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
@ -544,7 +544,7 @@ sub uninstall {
|
|||||||
$opkg{rargs} .= " -r $altroot";
|
$opkg{rargs} .= " -r $altroot";
|
||||||
}
|
}
|
||||||
foreach my $t (@targets) {
|
foreach my $t (@targets) {
|
||||||
($opkg{test} eq "no") ? system($PKGRM,$opkg{rargs},$t) : print "$PKGRM $opkg{rargs} $t\n";
|
($opkg{test} eq "no") ? system("$PKGRM $opkg{rargs} $t") : print "$PKGRM $opkg{rargs} $t\n";
|
||||||
next if ($?>>8 != 0);
|
next if ($?>>8 != 0);
|
||||||
push @removed, $t;
|
push @removed, $t;
|
||||||
if (($LOCKED{$t}) and ($opkg{test} eq "no")) { port_unlock($t); }
|
if (($LOCKED{$t}) and ($opkg{test} eq "no")) { port_unlock($t); }
|
||||||
|
Loading…
Reference in New Issue
Block a user