]> git.proxmox.com Git - mirror_zfs-debian.git/blame - debian/zfs-dkms.postinst
Fix and improve the generation of the stripped kernel source tree
[mirror_zfs-debian.git] / debian / zfs-dkms.postinst
CommitLineData
9d6cc2bb
CALP
1#!/bin/sh
2set -e
7e4739a2 3
ab50055e
DH
4case $1 in
5 (configure)
fbc1bfef
CALP
6 if [ -x /usr/share/update-notifier/notify-reboot-required ]; then
7 /usr/share/update-notifier/notify-reboot-required
8 fi
ab50055e
DH
9 ;;
10esac
53d983dd
DH
11
12#DEBHELPER#