mirror of
https://github.com/webmin/webmin.git
synced 2026-06-05 12:50:23 +01:00
10 lines
144 B
Perl
10 lines
144 B
Perl
require 'postfix-lib.pl'; ## no critic
|
|
use strict;
|
|
use warnings;
|
|
our ($version_file);
|
|
|
|
sub module_install
|
|
{
|
|
&unlink_logged($version_file);
|
|
}
|