diff options
Diffstat (limited to 'post-install.d/30hg-addremove')
-rwxr-xr-x | post-install.d/30hg-addremove | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/post-install.d/30hg-addremove b/post-install.d/30hg-addremove deleted file mode 100755 index 1b999bb..0000000 --- a/post-install.d/30hg-addremove +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -set -e - -if [ "$VCS" = hg ] && [ -d .hg ]; then - if ! hg addremove .; then - echo "etckeeper warning: hg addremove failed" >&2 - fi -fi |