#!/bin/bash

if [ ${DEBUG_TRACE:-0} -gt 0 ]; then
    set -x
fi
set -eu
set -o pipefail

if [ -e /usr/local/bin/dib-run-parts ]; then 
    rm -rf /usr/local/bin/dib-run-parts
fi
