#!/bin/sh

set -e

# dhelp processing
if [ -x /usr/sbin/dhelp_parse ]; then
    /usr/sbin/dhelp_parse -d /usr/doc/installmanual-de
fi

