Thomas Lange <la...@informatik.uni-koeln.de> wrote:

Hi,

> Could you please also post your hooks. I would like to try them in my
> current setup.

Here they are.

JB.

-- 
 Julien BLACHE - Debian & GNU/Linux Developer - <jbla...@debian.org> 
 
 Public key available on <http://www.jblache.org> - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 

export LD_PRELOAD=${OLD_LD_PRELOAD}
#!/bin/sh

$ROOTCMD apt-get install eatmydata

OLD_LD_PRELOAD=${LD_PRELOAD}
LD_PRELOAD=${LD_PRELOAD:+$LD_PRELOAD:}/usr/lib/libeatmydata/libeatmydata.so
export OLD_LD_PRELOAD LD_PRELOAD

Reply via email to