3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-02-13 14:27:09 +00:00
CloudBuilder a164b89597 Imported 2.635
No reason for CPC update specified.
2019-12-17 00:18:20 +00:00

9 lines
237 B
Bash
Executable File

#! /bin/sh -ex
# live-build "helpfully" removes /etc/apt/preferences.d/* so we put a
# copy somewhere it won't touch it.
if [ -n "$(ls -A /etc/apt/preferences.d)" ]; then
cp -a /etc/apt/preferences.d /etc/apt/preferences.d.save
fi