mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to uninstall properly on Debian (all packages too)
This commit is contained in:
@@ -1049,7 +1049,8 @@ foreach my $p (@targets) {
|
||||
next if (!@info);
|
||||
my $err = &software::delete_package($p,
|
||||
{ nodeps => 1,
|
||||
( !$deb_want_deps ? ( depstoo => 1, purge => 1 ) : () ) });
|
||||
purge => 1,
|
||||
( !$deb_want_deps ? ( depstoo => 1 ) : () ) });
|
||||
return &html_strip($err) if ($err);
|
||||
}
|
||||
return undef;
|
||||
|
||||
Reference in New Issue
Block a user