Merging remove-linux-image-backups into remove-backup-files hook.
This commit is contained in:
parent
50c2839b1b
commit
9d9e343f95
|
@ -630,7 +630,6 @@ Set_defaults ()
|
|||
remove-openssh-server-host-keys \
|
||||
remove-python-py \
|
||||
remove-udev-persistent-rules \
|
||||
remove-linux-image-backups \
|
||||
remove-mdadm-configuration \
|
||||
remote-adjtime-configuration \
|
||||
disable-kexec-tools \
|
||||
|
@ -650,7 +649,6 @@ Set_defaults ()
|
|||
remove-openssh-server-host-keys \
|
||||
remove-python-py \
|
||||
remove-udev-persistent-rules \
|
||||
remove-linux-image-backups \
|
||||
remove-mdadm-configuration \
|
||||
remove-adjtime-configuration \
|
||||
disable-kexec-tools \
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# Remove backup files
|
||||
|
||||
rm -f /boot/*.bak
|
||||
rm -f /boot/*.old-dkms
|
|
@ -3,6 +3,9 @@
|
|||
set -e
|
||||
|
||||
# Remove backup files
|
||||
rm -f /boot/*.bak
|
||||
rm -f /boot/*.old-dkms
|
||||
|
||||
rm -f /etc/apt/trusted.gpg~
|
||||
|
||||
rm -f /etc/passwd-
|
||||
|
|
Loading…
Reference in New Issue