From 4baab61e90cd03cd4096ba92e5061147db63d9cd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 16 Nov 2015 14:23:55 -0200 Subject: Ikiwiki: Makefile cleanup --- ikiwiki/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ikiwiki/Makefile') diff --git a/ikiwiki/Makefile b/ikiwiki/Makefile index 883cd09..34d04c9 100644 --- a/ikiwiki/Makefile +++ b/ikiwiki/Makefile @@ -25,10 +25,6 @@ web_deploy: #git annex sync @rsync -avz --delete www/ templates:/var/sites/templates/www/ -post_update: - git config receive.denyCurrentBranch ignore - cd .git/hooks && ln -sf ../../bin/post-update - post_receive: git config receive.denyCurrentBranch ignore cd .git/hooks && ln -sf ../../bin/post-receive -- cgit v1.2.3