summaryrefslogtreecommitdiff
path: root/etc-init.d/20git-init
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 16:00:32 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 16:00:32 -0500
commit34320131ce680fe03febc9f4d6b438f05e548cbc (patch)
tree41c91d7ad68331e1fa2525c43d43e6c04899b09b /etc-init.d/20git-init
parent3e6cf464cff47d22f4ac4b4313fda68f32ae1ea8 (diff)
rename etc-* to etckeeper-*
Diffstat (limited to 'etc-init.d/20git-init')
-rwxr-xr-xetc-init.d/20git-init5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc-init.d/20git-init b/etc-init.d/20git-init
deleted file mode 100755
index 7bf1c89..0000000
--- a/etc-init.d/20git-init
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-set -e
-if [ ! -e .git ]; then
- git-init
-fi