From ec0218e86b32dd80d8cb4e5a69ea7d7c9b5f4ad6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 13 Feb 2009 23:40:30 -0500 Subject: ignore file update support * etckeeper update-ignore will automatically update the VCS ignore file, only touching the part inside a "managed by etckeeper" comment block. * Run etckeeper update-ignore on upgrade. --- debian/postinst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst index 039c4c0..834b069 100644 --- a/debian/postinst +++ b/debian/postinst @@ -72,4 +72,7 @@ configure) fi done fi + + # prints error and exits nonzero if the ignore file cannot be updated + etckeeper update-ignore || true esac -- cgit v1.2.3