summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/dav.pm11
1 files changed, 0 insertions, 11 deletions
diff --git a/perl-install/network/dav.pm b/perl-install/network/dav.pm
deleted file mode 100644
index cde7e5101..000000000
--- a/perl-install/network/dav.pm
+++ /dev/null
@@ -1,11 +0,0 @@
-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');
-}