ipasserelle-telephony/createlinks
2012-04-24 15:00:35 +02:00

9 lines
223 B
Perl

#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
foreach my $event (qw/bootstrap-console-save webapps-update ipasserelle-update/){
templates2events("/etc/lemonldap-ng/lemonldap-ng-fpbx.ini", "$event");
}