uc DNF to lc dnf in Yum.pm

This commit is contained in:
2024-08-21 16:06:16 +01:00
parent 91ca26de27
commit 6a5a756438
2 changed files with 5 additions and 2 deletions

View File

@@ -488,7 +488,7 @@ sub do_yum {
}
esmith::util::backgroundCommand(0,
"/sbin/e-smith/signal-event", "DNF-$function");
"/sbin/e-smith/signal-event", "dnf-$function");
for ( qw(available installed updates) ) {
$dbs{$_}->reload;