chiark
/
gitweb
/
~mdw
/
distorted-chroot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4bd9f53
)
bin/chroot-maint: Run `ldconfig' after an update.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 5 May 2020 19:20:55 +0000
(20:20 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 5 May 2020 19:50:02 +0000
(20:50 +0100)
bin/chroot-maint
patch
|
blob
|
blame
|
history
diff --git
a/bin/chroot-maint
b/bin/chroot-maint
index 1d4a2a9078a447e570b8a3354d4f1e0396693675..4dba315b3e5f03ba56760dfb747bc869a86ca90f 100755
(executable)
--- 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
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()
"""], stdin = DISCARD)
if arch in C.FOREIGN_ARCHS: me._install_cross_tools()
me._meta.update = zulu(); me._meta.write()