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