#!/bin/sh
set -e

if etckeeper unclean; then
	etckeeper commit "committing changes after $HIGHLEVEL_PACKAGE_MANAGER run"
fi
