summaryrefslogtreecommitdiff
path: root/debian/initramfs-tools/DEBIAN/postinst
blob: 36f508d23d75a45748cc135e1873bf089aa13715 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if [ ! -e /etc/mkinitramfs/modules ]; then
	cp /usr/share/doc/initramfs-tools/examples/modules /etc/mkinitramfs/
fi