]> git.proxmox.com Git - pve-kernel-meta.git/blobdiff - debian/postinst.in
build transitional packages
[pve-kernel-meta.git] / debian / postinst.in
diff --git a/debian/postinst.in b/debian/postinst.in
deleted file mode 100755 (executable)
index fc0c961..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/sh
-
-# Abort if any command returns an error value 
-set -e
-
-case "$1" in
-  configure)
-    # setup kernel links for installation CD (rescue boot)
-    mkdir -p /boot/pve
-    ln -sf /boot/vmlinuz-@KERNEL_ABI@ /boot/pve/vmlinuz-@KERNEL_VER@
-    ln -sf /boot/initrd.img-@KERNEL_ABI@ /boot/pve/initrd.img-@KERNEL_VER@
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0