From f7ba1350f892c839786eb79421f5d3e5fdc9cec9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 28 Nov 2012 17:43:29 +0100 Subject: Adding default hook to remove linux-image backup files. --- share/hooks/010-remove-linux-image-backups.chroot | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 share/hooks/010-remove-linux-image-backups.chroot (limited to 'share/hooks/010-remove-linux-image-backups.chroot') diff --git a/share/hooks/010-remove-linux-image-backups.chroot b/share/hooks/010-remove-linux-image-backups.chroot new file mode 100755 index 000000000..1302d6c93 --- /dev/null +++ b/share/hooks/010-remove-linux-image-backups.chroot @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +# Remove backup files + +rm -f /boot/*.bak +rm -f /boot/*.old-dkms -- cgit v1.2.3