#! /bin/sh
# postrm script for preload

set -e

touch /var/lib/preload/preload.state

#DEBHELPER#

exit 0
