diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/find_dpkg_trigger_cycles.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh index 4c98dde1..2dbc9832 100755 --- a/bin/find_dpkg_trigger_cycles.sh +++ b/bin/find_dpkg_trigger_cycles.sh @@ -321,6 +321,10 @@ state. But: unless C leaves the triggers-awaited state This creates the cycle if the packages are installed in a fitting order. + +These problems could be fixed by either letting A no longer depend on C or by +switching triggers to their -noawait variants. See the deb-triggers(5) man page +for an explanation of the different trigger control directives. END cat $DIRECTORY/result-file fi @@ -346,6 +350,10 @@ state. But: unless C leaves the triggers-awaited state This creates the cycle if the packages are installed in a fitting order. + +These problems could be fixed by either letting A no longer depend on C or by +switching triggers to their -noawait variants. See the deb-triggers(5) man page +for an explanation of the different trigger control directives. END cat $DIRECTORY/result-explicit fi |