mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Clear cached postfix version on webmin upgrade
This commit is contained in:
6
postfix/postinstall.pl
Normal file
6
postfix/postinstall.pl
Normal file
@@ -0,0 +1,6 @@
|
||||
require 'postfix-lib.pl';
|
||||
|
||||
sub module_install
|
||||
{
|
||||
&unlink_logged($version_file);
|
||||
}
|
||||
Reference in New Issue
Block a user