Remove ancient hook 9030-remove-apt-sources-lists that was never run
because it doesn't end on ".hook.chroot", so it wouldn't be linked from the `lb config` stage. Probably to the better, as it does not seem very useful to indiscriminately raze all apt sources lists.
This commit is contained in:
parent
4146699d37
commit
95fc0dfdaf
|
@ -1,8 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# Remove apt sources.list files
|
||||
|
||||
rm -f /etc/apt/sources.list
|
||||
rm -f /etc/apt/sources.list.d/*.list
|
Loading…
Reference in New Issue