]> git.proxmox.com Git - proxmox-ve.git/commitdiff
d/postinst: drop old release key fixups
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Jun 2019 09:20:41 +0000 (11:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Jun 2019 09:23:08 +0000 (11:23 +0200)
They where for Proxmox VE 5 based on Stretch

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/postinst

index 461bc557ef2c4ca4f682af8276decda6644fd381..1e17a89cd5d39358743f4822fa57c1c86af661ed 100755 (executable)
@@ -5,12 +5,6 @@ set -e
 
 case "$1" in
   configure)
-    # cleanup - remove Proxmox Release Key key from /etc/apt/trusted.gpg
-    /usr/bin/apt-key --keyring /etc/apt/trusted.gpg del 9887F95A >/dev/null 2>&1 || /bin/true
-
-    # cleanup - remove old stretch-incompatible variant of installing release key
-    rm -f /etc/apt/trusted.gpg.d/proxmox-ve.gpg /etc/apt/trusted.gpg.d/proxmox-ve.gpg~
-
     # setup kernel links for installation CD (rescue boot)
     mkdir -p /boot/pve
     ln -sf /boot/pve/vmlinuz-5.0 /boot/pve/vmlinuz