diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 65a0a1367..54293a7d1 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -832,6 +832,7 @@ Allowing this will permit users to simply click on \"Share\" in konqueror and na setVarsInSh($file, \%conf); if ($r eq $l[2]) { # custom + run_program::rooted($::prefix, 'groupadd', '-r', 'fileshare'); if ($in->ask_from_no_check( { -e '/usr/bin/userdrake' ? (ok => N("Launch userdrake"), cancel => N("Cancel")) : (cancel => ''), |