aboutsummaryrefslogtreecommitdiff
path: root/pacman_bootbackup
diff options
context:
space:
mode:
Diffstat (limited to 'pacman_bootbackup')
-rw-r--r--pacman_bootbackup14
1 files changed, 0 insertions, 14 deletions
diff --git a/pacman_bootbackup b/pacman_bootbackup
deleted file mode 100644
index 48d37db..0000000
--- a/pacman_bootbackup
+++ /dev/null
@@ -1,14 +0,0 @@
-# /etc/pacman.d/hooks/95-bootbackup.hook
-[Trigger]
-Operation = Upgrade
-Operation = Install
-Operation = Remove
-Type = Path
-Target = usr/lib/modules/*/vmlinuz
-
-[Action]
-Depends = rsync
-Description = Backing up /boot...
-When = PostTransaction
-Exec = /usr/bin/rsync -a --delete /boot /.bootbackup
-