aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control-scripts/postinst.extra
blob: a370b4c09317cf4119504bbf23cc9602e0280d71 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

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