diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-04 18:03:13 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-04 18:03:13 -0500 |
commit | 2e7110a31815c500ff6de321d5c83c3c5529de53 (patch) | |
tree | 45ef1c83ff26412d0627ee9f6a0aace4151c4dfd /debian/preinst | |
parent | 788ae5a34c0fad2e3c0788a745400a138d735195 (diff) |
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.
Diffstat (limited to 'debian/preinst')
-rw-r--r-- | debian/preinst | 4 |
1 files changed, 4 insertions, 0 deletions
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 |