#! /bin/sh set -e case "$1" in purge) rm -f /var/log/dracut.log* ;; esac #DEBHELPER# exit 0