Files
webmin/package-updates/postinstall.pl
2010-01-04 21:14:21 -08:00

16 lines
305 B
Perl

do 'package-updates-lib.pl';
sub module_install
{
# Force clear all caches, as collected information may have changed
&flush_package_caches();
if ($software::update_system ne 'yum' &&
!&foreign_check("security-updates")) {
# Re-generate cache of possible packages
&list_possible_updates();
}
}