summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-05 13:01:31 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-05 13:01:31 +0000
commit10079153f287a74e2b715bd893714476fa408cdc (patch)
tree02e26997318e77dd1d6186a637f76a7bb0bdec25 /perl-install/harddrake
parentb3eef895ff1a34ed70284d829114288ad099a2c5 (diff)
downloaddrakx-backup-do-not-use-10079153f287a74e2b715bd893714476fa408cdc.tar
drakx-backup-do-not-use-10079153f287a74e2b715bd893714476fa408cdc.tar.gz
drakx-backup-do-not-use-10079153f287a74e2b715bd893714476fa408cdc.tar.bz2
drakx-backup-do-not-use-10079153f287a74e2b715bd893714476fa408cdc.tar.xz
drakx-backup-do-not-use-10079153f287a74e2b715bd893714476fa408cdc.zip
remove uneeded "#!/.." and "use lib"
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/data.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index 405559a37..3394ff5db 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -1,15 +1,11 @@
-#!/usr/bin/perl -w
-
package data;
use strict;
-use lib qw(/usr/lib/libDrakX);
use detect_devices;
use MDK::Common;
use class_discard;
our (@ISA, @EXPORT_OK) = (qw(Exporter), (qw(version tree)));
-
our ($version, $sbindir) = ("1.1.5", "/usr/sbin/");
# Update me each time you handle one more devices class (aka configurator)