You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/Uninstall.ps1
+4
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,10 @@ function Uninstall-ScoopApplication {
70
70
$install= install_info $App$version$Global
71
71
$architecture=$install.architecture
72
72
73
+
if ($install.dependency_for-and (installed $install.dependency_for)) {
74
+
Write-UserMessage-Message "Uninstalling dependency required for installed application '$($install.dependency_for)'. This operation could negatively influence the said application."-Warning
0 commit comments