From f82235032f162aae0bb08828d45c6306e60dcd29 Mon Sep 17 00:00:00 2001 From: Mathieu Clabaut Date: Fri, 21 Dec 2007 15:47:30 -0600 Subject: hg and git subrepo creation (hg is for now a copy of git) --- git/post-apt.d/10git-test | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 git/post-apt.d/10git-test (limited to 'git/post-apt.d/10git-test') diff --git a/git/post-apt.d/10git-test b/git/post-apt.d/10git-test new file mode 100644 index 0000000..e72f195 --- /dev/null +++ b/git/post-apt.d/10git-test @@ -0,0 +1,6 @@ +#!/bin/sh +set -e +if [ ! -d .git ]; then + echo "etckeeper warning: etckeeper is not yet enabled for $(pwd)" >&2 + echo "etckeeper warning: run etckeeper init to enable it" >&2 +fi -- cgit v1.2.3