efiboot: adapt includepaths to new package

This commit is contained in:
Stoiko Ivanov 2019-07-10 17:05:00 +02:00 committed by Thomas Lamprecht
parent b17a1cf33b
commit fbf55ac2f2
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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 "$@")"