5 lines
67 B
Plaintext
Raw Permalink Normal View History

{
my $repo = $DB->get('addons');
$repo->delete if $repo;
}