summaryrefslogtreecommitdiff
path: root/debian/postinst
blob: 752b161b63471aeb0c439e083d09ed080cb36c00 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -x /usr/sbin/update-initramfs ]
then
	update-initramfs -k all -u
fi

#DEBHELPER#