From 144c438e8e74113dd4c29e38a45eb6481a3271d3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 14 Jan 2012 12:42:46 -0400 Subject: 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 --- commit.d/40git-rm | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 commit.d/40git-rm (limited to 'commit.d/40git-rm') 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 -- cgit v1.2.3