Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 67a297217a487ca098f0a68f9d725c56 > files > 20

etckeeper-1.18.8-2.mga7.noarch.rpm

#!/usr/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