X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Fpakfire%2Flib%2Ffunctions.pl;h=10630a1dac96a7a0ac9e3c4b4cbe04587a895748;hp=c47ff39bbdba48cc196b8b703ee8919c5c5e3d78;hb=2b38ab5c3a1e42d475f08e64d7d69597d7c31344;hpb=0da06d3fb8b6fa06fa9f520ae65e3772a2afd056 diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl index c47ff39bbd..10630a1dac 100644 --- a/src/pakfire/lib/functions.pl +++ b/src/pakfire/lib/functions.pl @@ -399,6 +399,9 @@ sub dblist { if ("$core_release" > "$Conf::core_mine") { if ("$forweb" eq "forweb") { print "\n"; + } + elsif ("$forweb" eq "notice") { + print "$Lang::tr{'core notice 1'} $Conf::core_mine $Lang::tr{'core notice 2'} $core_release $Lang::tr{'core notice 3'}"; } else { my $command = "Core-Update $Conf::version\nRelease: $Conf::core_mine -> $core_release\n"; if ("$Pakfire::enable_colors" eq "1") {