diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-19 05:56:58 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:03 +0200 |
commit | a189319b43604293e5713aa27bbc9611242ac466 (patch) | |
tree | 794308dfcbd2e2bde67146538c34cd62e746cacb /share/hooks/0910-remove-apt-sources-lists.chroot | |
parent | 0cdbf60bc153a5d81cf0cd7b288aa7861d0b2416 (diff) | |
download | vyos-live-build-a189319b43604293e5713aa27bbc9611242ac466.tar.gz vyos-live-build-a189319b43604293e5713aa27bbc9611242ac466.zip |
Renumbering hooks.
Diffstat (limited to 'share/hooks/0910-remove-apt-sources-lists.chroot')
-rwxr-xr-x | share/hooks/0910-remove-apt-sources-lists.chroot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/hooks/0910-remove-apt-sources-lists.chroot b/share/hooks/0910-remove-apt-sources-lists.chroot new file mode 100755 index 000000000..1c8ca2d22 --- /dev/null +++ b/share/hooks/0910-remove-apt-sources-lists.chroot @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +# Remove apt sources.list files + +rm -f /etc/apt/sources.list +rm -f /etc/apt/sources.list.d/*.list |