From 5ff7971fcef5f92d35f9ffc58358263f9cd9ba75 Mon Sep 17 00:00:00 2001 From: Scott Bronson Date: Sat, 15 Mar 2008 10:44:40 -0700 Subject: $VCS rm .metadata instead of warning about its existence. --- pre-commit.d/40warn-old-metadata | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 pre-commit.d/40warn-old-metadata (limited to 'pre-commit.d/40warn-old-metadata') diff --git a/pre-commit.d/40warn-old-metadata b/pre-commit.d/40warn-old-metadata deleted file mode 100755 index 374dd7b..0000000 --- a/pre-commit.d/40warn-old-metadata +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e - -# Tell the user if the .metadata binary file is still lying around. -if [ -f .metadata ] && [ -f .fix-metadata ]; then - echo "etckeeper warning: The .metadata file is obsolete. You should delete it." >&2 -fi -- cgit v1.2.3