7 lines
139 B
Plaintext

{
unlink "/etc/rc.d/rc7.d/S75keytable";
my $keytable = $DB->get('keytable');
return unless $keytable;
$keytable->delete;
}