Commit 54da04a9 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Sample hook files no longer moved on init

Sample files are not wanted in the hooks directory so should not be
moved into it.
parent 1aa1bbb9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -76,7 +76,6 @@ cmd_init ()
			fi
		fi
		[ -e $hook ] && mv $hook $hook.d/org_$hook
		[ -e $hook.sample ] && mv $hook.sample $hook.d/
		ln -s "$LIBDIR"/run-hooks $hook
	done
}