Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates > by-pkgid > ba213f683cae8d0272ca2205c8493587 > files > 20

etckeeper-0.54-1.fc13.noarch.rpm

#!/bin/sh
set -e

if [ "$VCS" = git ]; then
	chmod 700 .git
elif [ "$VCS" = hg ]; then
	chmod 700 .hg
elif [ "$VCS" = bzr ]; then
	chmod 700 .bzr
elif [ "$VCS" = darcs ]; then
	chmod 700 _darcs
fi