summaryrefslogtreecommitdiff
path: root/post-apt.d/10git-test
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-14 13:25:21 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-14 13:25:21 -0500
commit9346843fa6da3b598fc970238ff2b3a374bd80cd (patch)
treea1a3a1f44935fe222d2a0c7e8c7ec1140c3e4f68 /post-apt.d/10git-test
parent645968fd8c114d54a83f1993b53f40a2140c9006 (diff)
forgot to check this in
Diffstat (limited to 'post-apt.d/10git-test')
-rwxr-xr-xpost-apt.d/10git-test6
1 files changed, 6 insertions, 0 deletions
diff --git a/post-apt.d/10git-test b/post-apt.d/10git-test
new file mode 100755
index 0000000..28d951a
--- /dev/null
+++ b/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