initial commit of file from CVS for e-smith-base on Thu 26 Oct 11:24:52 BST 2023
This commit is contained in:
6
root/etc/e-smith/db/configuration/migrate/10keytable
Normal file
6
root/etc/e-smith/db/configuration/migrate/10keytable
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
unlink "/etc/rc.d/rc7.d/S75keytable";
|
||||
my $keytable = $DB->get('keytable');
|
||||
return unless $keytable;
|
||||
$keytable->delete;
|
||||
}
|
Reference in New Issue
Block a user