summaryrefslogtreecommitdiff
path: root/post-install.d/30hg-addremove
diff options
context:
space:
mode:
Diffstat (limited to 'post-install.d/30hg-addremove')
-rwxr-xr-xpost-install.d/30hg-addremove8
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