Files
webmin/package-updates/postinstall.pl
2009-10-01 14:09:36 -07:00

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();
}