diff options
author | Niels Thykier <niels@thykier.net> | 2016-02-21 14:44:01 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2016-02-21 14:44:01 +0000 |
commit | 2817017e87dd62426f6270fc9b0036838724052d (patch) | |
tree | c89748f0a9416fe873c740613b07f327f2e5488b /dh_makeshlibs | |
parent | fe9afacee5ca458aa06b6bf358aa18a286d1c575 (diff) | |
download | debhelper-2817017e87dd62426f6270fc9b0036838724052d.tar.gz |
dh_makeshlibs: Update documentation on the ldconfig trigger
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_makeshlibs')
-rwxr-xr-x | dh_makeshlibs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dh_makeshlibs b/dh_makeshlibs index 6aa6e558..fd1c7596 100755 --- a/dh_makeshlibs +++ b/dh_makeshlibs @@ -19,8 +19,10 @@ B<dh_makeshlibs> [S<I<debhelper options>>] [B<-m>I<major>] [B<-V>I<[dependencies B<dh_makeshlibs> is a debhelper program that automatically scans for shared libraries, and generates a shlibs file for the libraries it finds. -It also adds a call to ldconfig in the F<postinst> and F<postrm> scripts (in -v3 mode and above only) to any packages in which it finds shared libraries. +It will also ensure that ldconfig is invoked during install and removal when +it finds shared libraries. Since debhelper 9.20151004, this is done via a +dpkg trigger. In older versions of debhelper, B<dh_makeshlibs> would +generate a maintainer script for this purpose. =head1 FILES |