diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-19 05:54:16 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:03 +0200 |
commit | 0cdbf60bc153a5d81cf0cd7b288aa7861d0b2416 (patch) | |
tree | 9378242a37d1856b1be3050657e6259494d0347c /share/hooks/0120-remove-apt-sources-lists.chroot | |
parent | f67a2aa42e5bbde56e769cb2e643d4570f2c692b (diff) | |
download | vyos-live-build-0cdbf60bc153a5d81cf0cd7b288aa7861d0b2416.tar.gz vyos-live-build-0cdbf60bc153a5d81cf0cd7b288aa7861d0b2416.zip |
Moving removal of actual backup files for apt sources into correct hook.
Diffstat (limited to 'share/hooks/0120-remove-apt-sources-lists.chroot')
-rwxr-xr-x | share/hooks/0120-remove-apt-sources-lists.chroot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/hooks/0120-remove-apt-sources-lists.chroot b/share/hooks/0120-remove-apt-sources-lists.chroot index 074b551a1..1c8ca2d22 100755 --- a/share/hooks/0120-remove-apt-sources-lists.chroot +++ b/share/hooks/0120-remove-apt-sources-lists.chroot @@ -5,5 +5,4 @@ set -e # Remove apt sources.list files rm -f /etc/apt/sources.list -rm -f /etc/apt/sources.list~ rm -f /etc/apt/sources.list.d/*.list |