Codebase list live-build / d8b448d9-834d-4daf-b347-474896e56d17/main share / hooks / normal / 0910-remove-apt-sources-lists
d8b448d9-834d-4daf-b347-474896e56d17/main

Tree @d8b448d9-834d-4daf-b347-474896e56d17/main (Download .tar.gz)

0910-remove-apt-sources-lists @d8b448d9-834d-4daf-b347-474896e56d17/mainraw · 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