Turn git-hook setup into post-install script

1. Don't have to think about them
2. Updates hooks autonmatically
This commit is contained in:
2019-05-22 10:38:10 +02:00
parent a028db0718
commit 698741ec09
3 changed files with 3 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/sh
cp scripts/git-hooks/pre-commit .git/hooks
cp -f scripts/git-hooks/pre-commit .git/hooks