initial commit of file from CVS for e-smith-grub on Wed 12 Jul 08:55:23 BST 2023

This commit is contained in:
Brian Read
2023-07-12 08:55:23 +01:00
parent 02dc245d5a
commit 6f93c1b6c7
100 changed files with 1607 additions and 2 deletions

27
createlinks Executable file
View File

@@ -0,0 +1,27 @@
#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
# templates to expand
for my $event (qw(
local
post-install
post-upgrade
e-smith-grub-update
))
{
event_templates ($event , "/etc/sysconfig/kernel");
event_templates ($event , "/etc/default/grub");
}
# actions to perform
for my $event (qw(
local
post-install
post-upgrade
e-smith-grub-update
))
{
event_actions ( $event , 'update-grub'=>'10');
}