summaryrefslogtreecommitdiff
path: root/share/hooks/010-remove-linux-image-backups.chroot
diff options
context:
space:
mode:
Diffstat (limited to 'share/hooks/010-remove-linux-image-backups.chroot')
-rwxr-xr-xshare/hooks/010-remove-linux-image-backups.chroot8
1 files changed, 8 insertions, 0 deletions
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