#!/bin/sh

case "$1" in
  remove)
    depmod -a -F /boot/System.map-@@KVER@@ @@KVER@@
    update-initramfs -u -k @@KVER@@
    ;;
esac
