diff options
Diffstat (limited to 'share/hooks/0100-remove-linux-image-backups.chroot')
-rwxr-xr-x | share/hooks/0100-remove-linux-image-backups.chroot | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/share/hooks/0100-remove-linux-image-backups.chroot b/share/hooks/0100-remove-linux-image-backups.chroot deleted file mode 100755 index 1302d6c93..000000000 --- a/share/hooks/0100-remove-linux-image-backups.chroot +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -set -e - -# Remove backup files - -rm -f /boot/*.bak -rm -f /boot/*.old-dkms |