From a9ce9965c06571a57522106691dac2f9892125ba Mon Sep 17 00:00:00 2001 From: Scott Bronson Date: Wed, 12 Mar 2008 16:15:10 -0700 Subject: Remove metastore, use simple find scripts instead. --- pre-commit.d/40warn-old-metadata | 7 +++++++ 1 file changed, 7 insertions(+) create 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 new file mode 100755 index 0000000..374dd7b --- /dev/null +++ b/pre-commit.d/40warn-old-metadata @@ -0,0 +1,7 @@ +#!/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