summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/draksambashare6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/standalone/draksambashare b/perl-install/standalone/draksambashare
index 5ca0ca9e4..54ce32fc6 100755
--- a/perl-install/standalone/draksambashare
+++ b/perl-install/standalone/draksambashare
@@ -37,6 +37,12 @@ use Libconf::Glueconf::Samba::Smb_conf;
my $in = 'interactive'->vnew('su');
$in->do_pkgs->ensure_is_installed('samba-server', '/usr/sbin/smbd') or return;
+#if (!-f "/etc/sysconfig/wizard_samba") {
+# $in->do_pkgs->ensure_is_installed('drakwizard', '/usr/sbin/drakwizard');
+# err_dialog(N("Error"), N("Please setup a samba server")) and return;
+#}
+
+
my $icon_path = "/usr/lib/libDrakX/icons";
my $fileshare_icon = "$icon_path/IC-winacces2-16.png";
my $printershare_icon = "$icon_path/IC-sambaprt-16.png";