summaryrefslogtreecommitdiff
path: root/debian/initramfs-tools.postrm
blob: 2af9945ee7971981ed5c9b9c3b766473bea0480d (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ "x${1}" = "xpurge" ]; then
	rm -f /etc/mkinitramfs/modules
fi

#DEBHELPER#