From fbf55ac2f23be864add0127fd0f2289c33c9f0b5 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Wed, 10 Jul 2019 17:05:00 +0200 Subject: [PATCH] efiboot: adapt includepaths to new package --- efiboot/pve-auto-removal | 2 +- efiboot/zz-pve-efiboot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/efiboot/pve-auto-removal b/efiboot/pve-auto-removal index e06bf0a..8aba624 100755 --- a/efiboot/pve-auto-removal +++ b/efiboot/pve-auto-removal @@ -1,7 +1,7 @@ #! /bin/sh set -e -. /usr/share/proxmox-ve/scripts/functions +. /usr/share/pve-kernel-helper/scripts/functions eval "$(apt-config shell APT_CONF_D Dir::Etc::parts/d)" test -n "${APT_CONF_D}" || APT_CONF_D="/etc/apt/apt.conf.d" diff --git a/efiboot/zz-pve-efiboot b/efiboot/zz-pve-efiboot index f3c0aee..b5e03b5 100755 --- a/efiboot/zz-pve-efiboot +++ b/efiboot/zz-pve-efiboot @@ -39,7 +39,7 @@ cleanup() { trap cleanup EXIT INT TERM QUIT -. /usr/share/proxmox-ve/scripts/functions +. /usr/share/pve-kernel-helper/scripts/functions BOOT_KVERS="$(boot_kernel_list "$@")" -- 2.39.2