diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-19 05:54:16 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-12-19 05:54:16 +0100 |
commit | 9a727410661b2888b571e1426fd069a23e21d28f (patch) | |
tree | dbe27d36e5b062568145163c8b06866d58b35894 /share/hooks/0120-remove-apt-sources-lists.chroot | |
parent | 1574964a24d251c4bce56ba7e0cd752303ab2577 (diff) | |
download | vyos-live-build-9a727410661b2888b571e1426fd069a23e21d28f.tar.gz vyos-live-build-9a727410661b2888b571e1426fd069a23e21d28f.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 |