Subversion Repositories camp_sysinfo_client_3

Rev

Rev 23 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23 Rev 26
Line 1... Line 1...
1
#!/usr/bin/env perl
1
#!/usr/bin/env perl
2
 
2
 
3
use warnings;
3
use warnings;
-
 
4
use strict;  
-
 
5
 
-
 
6
our $VERSION = '1.0';
4
 
7
 
5
# some debian specific things. NOT a stand alone; loaded by install.pl
8
# some debian specific things. NOT a stand alone; loaded by install.pl
6
sub systemSpecificInstall {
9
sub systemSpecificInstall {
7
   if ( &yesno( 'Add link to cron.daily' ) ) {
10
   if ( &yesno( 'Add link to cron.daily' ) ) {
8
      `rm /etc/cron.daily/sysinfo` if -e '/etc/cron.daily/sysinfo';
11
      `rm /etc/cron.daily/sysinfo` if -e '/etc/cron.daily/sysinfo';