diff options
| author | Scott Bronson <b.git@u32.net> | 2008-03-12 16:15:10 -0700 |
|---|---|---|
| committer | Scott Bronson <b.git@u32.net> | 2008-03-12 19:37:22 -0700 |
| commit | a9ce9965c06571a57522106691dac2f9892125ba (patch) | |
| tree | 5506d96289ea3c1055f5be128eda6ac3e7249a8f /pre-commit.d/40warn-old-metadata | |
| parent | 277c816ab7c39ec7fc644fd94fe674d9a7a3faca (diff) | |
Remove metastore, use simple find scripts instead.
Diffstat (limited to 'pre-commit.d/40warn-old-metadata')
| -rwxr-xr-x | pre-commit.d/40warn-old-metadata | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
