khanat-opennel-code/dist/debian/vivid/debian/ryzom-client.postinst
2015-04-04 18:44:26 +02:00

11 lines
159 B
Bash

#!/bin/sh
if ! getent group ryzom ; then
addgroup --system ryzom
fi
chgrp -R ryzom /var/cache/ryzom/data
chmod -R g+wrxs /var/cache/ryzom/data
#DEBHELPER#