mirror of
https://github.com/webmin/webmin.git
synced 2026-09-19 20:10:38 +01:00
15 lines
256 B
Perl
15 lines
256 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') {
|
|
# Re-generate cache of available packages
|
|
&list_available();
|
|
}
|
|
}
|
|
|