From: Mark Wooding Date: Tue, 5 May 2020 19:20:55 +0000 (+0100) Subject: bin/chroot-maint: Run `ldconfig' after an update. X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-chroot/commitdiff_plain/cac840826d0f73314fa81f16982236566a0deee1 bin/chroot-maint: Run `ldconfig' after an update. --- diff --git a/bin/chroot-maint b/bin/chroot-maint index 1d4a2a9..4dba315 100755 --- a/bin/chroot-maint +++ b/bin/chroot-maint @@ -2253,6 +2253,7 @@ exit 101 apt-get -y dist-upgrade apt-get -y autoremove apt-get -y clean + ldconfig """], stdin = DISCARD) if arch in C.FOREIGN_ARCHS: me._install_cross_tools() me._meta.update = zulu(); me._meta.write()