summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-13 21:19:40 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-13 21:19:40 +0000
commit8d57c01740650232d36571bf187d5a4cc4a6821c (patch)
treee87035d20c1cdf30a80fefd68f45a9a300cb819c /perl-install
parenta46e0b033f29579398c4efea990cc547e5843d90 (diff)
downloaddrakx-8d57c01740650232d36571bf187d5a4cc4a6821c.tar
drakx-8d57c01740650232d36571bf187d5a4cc4a6821c.tar.gz
drakx-8d57c01740650232d36571bf187d5a4cc4a6821c.tar.bz2
drakx-8d57c01740650232d36571bf187d5a4cc4a6821c.tar.xz
drakx-8d57c01740650232d36571bf187d5a4cc4a6821c.zip
nothing useful for the moment
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');
-}