Moving removal of actual backup files for apt sources into correct hook.
This commit is contained in:
parent
548b0bbe9d
commit
ae3e571158
|
@ -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
|
||||
|
|
|
@ -6,6 +6,7 @@ set -e
|
|||
rm -f /boot/*.bak
|
||||
rm -f /boot/*.old-dkms
|
||||
|
||||
rm -f /etc/apt/sources.list~
|
||||
rm -f /etc/apt/trusted.gpg~
|
||||
|
||||
rm -f /etc/passwd-
|
||||
|
|
Loading…
Reference in New Issue