diff options
Diffstat (limited to 'hg/post-apt.d/30hg-add')
-rw-r--r-- | hg/post-apt.d/30hg-add | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hg/post-apt.d/30hg-add b/hg/post-apt.d/30hg-add deleted file mode 100644 index 79aa406..0000000 --- a/hg/post-apt.d/30hg-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 |