Codebase list live-build / 0c03cbe share / hooks / 0910-remove-apt-sources-lists.chroot
0c03cbe

Tree @0c03cbe (Download .tar.gz)

0910-remove-apt-sources-lists.chroot @0c03cberaw · history · blame

1
2
3
4
5
6
7
8
#!/bin/sh

set -e

# Remove apt sources.list files

rm -f /etc/apt/sources.list
rm -f /etc/apt/sources.list.d/*.list