diff options
author | Johannes 'josch' Schauer <josch@mister-muffin.de> | 2016-12-20 13:35:58 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-20 14:12:21 +0100 |
commit | 5cda2fed147ceca97853de978174eb1336383ef7 (patch) | |
tree | e1c474dfbb620edd566f4b72a64ecd5a4d2d9ecd /bin | |
parent | b354bb3c3904610676355d6e853208d3bb7adf27 (diff) | |
download | jenkins.debian.net-5cda2fed147ceca97853de978174eb1336383ef7.tar.xz |
bin/find_dpkg_trigger_cycles.sh: Also point to /usr/share/doc/dpkg-dev/triggers.txt.gz
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/find_dpkg_trigger_cycles.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh index 2dbc9832..0b51625c 100755 --- a/bin/find_dpkg_trigger_cycles.sh +++ b/bin/find_dpkg_trigger_cycles.sh @@ -324,7 +324,9 @@ 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. +for an explanation of the different trigger control directives. You can also +read /usr/share/doc/dpkg-dev/triggers.txt.gz for an in-depth documentation of +dpkg triggers. END cat $DIRECTORY/result-file fi @@ -353,7 +355,9 @@ 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. +for an explanation of the different trigger control directives. You can also +read /usr/share/doc/dpkg-dev/triggers.txt.gz for an in-depth documentation of +dpkg triggers. END cat $DIRECTORY/result-explicit fi |