#!/bin/sh

if type etckeeper > /dev/null 2>&1 ; then
    etckeeper commit -m "Status after freedombox-setup run."
fi
