don't try to remove pre-commit-annex and post-update-annex-hooks
authorJoey Hess <joeyh@joeyh.name>
Mon, 19 Oct 2020 17:13:49 +0000 (13:13 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 19 Oct 2020 17:13:49 +0000 (13:13 -0400)
commitc3e5417c172e44f49678376580d5dc1111be8519
treef62968af047cd60db8194036f266ca0163c06a81
parentb2c5c99506f3e9eb5df3148fdbc1f86fb96cebb3
don't try to remove pre-commit-annex and post-update-annex-hooks

Those are not installed by git-annex but by the user, and so removal
will never find the default content, and so if the user did install
them, it would display a misleading message.

Seems better, since the user installed them, to let the user remove them
if they want to.
Annex/Hook.hs
Annex/Init.hs