summarylogtreecommitdiffstats
path: root/pacman-boot-backup-hook.install
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-boot-backup-hook.install')
-rw-r--r--pacman-boot-backup-hook.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-boot-backup-hook.install b/pacman-boot-backup-hook.install
index b99b665c18b1..a8a0bd946b10 100644
--- a/pacman-boot-backup-hook.install
+++ b/pacman-boot-backup-hook.install
@@ -12,7 +12,7 @@ warning() {
}
post_upgrade() {
- if [[ $1 == 1.4-* && $2 == 1.3-* ]]; then
+ if [[ $2 == 1.3-* ]]; then
warning "Variable \$BACKUP_PATH_SRC in pacman-boot-backup.conf is no longer effective!"
msg "In case /etc/pacman-boot-backup.conf wasn't modified, no actions are required!"
msg "From now on, only files within /boot will be backed up!"