From 2e7110a31815c500ff6de321d5c83c3c5529de53 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Jan 2008 18:03:13 -0500 Subject: updates for mercurial Changed the templates file to not hardcode 'git', and manually unfuzzied all translations except for Vietnamese, which stumped me. A few translations _may_ read incorrectly when VCS=hg, most should be ok. Updated git-specific documentation, but left the tutorial git-specific. Rename more conffiles. Joy oh, joy. Update dependencies. Add some more documentation about etckeeper.conf. --- debian/preinst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/preinst') diff --git a/debian/preinst b/debian/preinst index f4a086f..f1ce59a 100644 --- a/debian/preinst +++ b/debian/preinst @@ -25,5 +25,9 @@ install|upgrade) for c in README 10git-test 30git-add 40git-rm 50git-commit; do prep_mv_conffile "/etc/etckeeper/post-apt.d/$c" done + for c in 40git-init 50git-ignore 50git-prerm \ + 50git-pre-commit-hook 70git-add; do + prep_mv_conffile "/etc/etckeeper/init.d/$c" + done fi esac -- cgit v1.2.3