Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 1667c8ea70e0b665a2e26660748536e6 > files > 20

etckeeper-1.4-1.fc17.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