summaryrefslogtreecommitdiff
path: root/commit.d
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-01-14 12:42:46 -0400
committerJoey Hess <joey@kitenet.net>2012-01-14 12:42:46 -0400
commit144c438e8e74113dd4c29e38a45eb6481a3271d3 (patch)
tree4661daecaa94d3fbf5ad6ea696f9c52f4644f534 /commit.d
parent8560b99a4ae5b5749791609c341a7a0f22331f8a (diff)
Fix up botched git-rm conffile removal from 0.58.
The file could be in any of three states; absent, present, or .dpkg-dist. Finish fully removing it. Closes: #655836
Diffstat (limited to 'commit.d')
-rwxr-xr-xcommit.d/40git-rm8
1 files changed, 0 insertions, 8 deletions
diff --git a/commit.d/40git-rm b/commit.d/40git-rm
deleted file mode 100755
index ae70e1f..0000000
--- a/commit.d/40git-rm
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-if [ "$VCS" = git ] && [ -d .git ]; then
- if ! git add . -u; then
- echo "etckeeper warning: git add -u failed" >&2
- fi
-fi