#!/bin/sh if [ "x${1}" = "xpurge" ]; then rm -f /etc/initramfs-tools/modules rm -f /etc/initramfs-tools/conf.d/resume fi #DEBHELPER#