summaryrefslogtreecommitdiff
path: root/post-apt.d/30git-add
diff options
context:
space:
mode:
Diffstat (limited to 'post-apt.d/30git-add')
-rwxr-xr-xpost-apt.d/30git-add7
1 files changed, 0 insertions, 7 deletions
diff --git a/post-apt.d/30git-add b/post-apt.d/30git-add
deleted file mode 100755
index 79aa406..0000000
--- a/post-apt.d/30git-add
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-set -e
-if [ -d .git ]; then
- if ! git-add .; then
- echo "etckeeper warning: git-add failed" >&2
- fi
-fi