]> git.proxmox.com Git - pve-kernel-meta.git/commitdiff
efiboot: adapt includepaths to new package
authorStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 10 Jul 2019 15:05:00 +0000 (17:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Jul 2019 18:17:53 +0000 (20:17 +0200)
efiboot/pve-auto-removal
efiboot/zz-pve-efiboot

index e06bf0a3fb5f37cb750c6da7118cbea786594b4d..8aba6242cc9b5e6452ac1c5a0652255c4a05904d 100755 (executable)
@@ -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"
index f3c0aee8425e9bcec16c6eee441d274055cb59ba..b5e03b55386c5c46297056578446899046b4194f 100755 (executable)
@@ -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 "$@")"