#!/bin/sh set -e if [ "$1" = install ] && [ ! -f "/etc/crypttab" ]; then cat <<-EOC >/etc/crypttab # EOC fi #DEBHELPER# exit 0