mirror of
https://github.com/webmin/webmin.git
synced 2026-02-25 15:22:27 +00:00
10 lines
148 B
Raku
10 lines
148 B
Raku
|
|
do 'package-updates-lib.pl';
|
|
|
|
sub module_install
|
|
{
|
|
# Force clear all caches, as collected information may have changed
|
|
&flush_package_caches();
|
|
}
|
|
|