This repository has been archived on 2023-01-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
CustomDebian11LiveISO_CLI/config/hooks/normal/0500-reproducible-glibc.hook.chroot
2021-10-28 15:57:06 +02:00

10 lines
261 B
Bash
Executable File

#!/bin/sh
set -e
# Remove the non-reproducible file that is created by ldconfig
#
# The file does not need to exist, see elf/cache.c:load_aux_cache
# The file and folder will be recreated when needed, see elf/cache.c:save_aux_cache
rm -fr /var/cache/ldconfig