#!/bin/sh -e if [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule fi if [ -z "$2" ]; then # newly installing db_input high tmpreaper/readsecurity || true db_go fi db_stop exit 0