Codebase list live-build / 683949f share / hooks / normal / 0910-remove-apt-sources-lists
683949f

Tree @683949f (Download .tar.gz)

0910-remove-apt-sources-lists @683949fraw · 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