I'm using cabal new-build to build and install git-annex package. The package has Custom build type and have postCopy hooks to generate documentation and create .desktop file.
Building with new-build works fine, but postCopy hooks aren't called during cabal new-install, it simply says Up to date. There is also no new-copy command to make them run.
Is there any way to run these hooks from cabal-install?