#!/bin/sh
set -e
if true && [ -z "$D" -a -x "/etc/init.d/run-postinsts" ]; then
	/etc/init.d/run-postinsts stop || :
fi
