summaryrefslogtreecommitdiffstats
path: root/perl-install/network/dav.pm
blob: cde7e51012a473cf99bb73020ec4c592d8b61e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
package network::dav; # $Id$

use strict;
use diagnostics;

use common;

sub check {
    my ($class, $in) = @_;
    $in->do_pkgs->ensure_is_installed('davfs', '/sbin/mount.davfs');
}