khanat-code-old/dist/debian/trusty/debian/ryzom-client.postinst
2015-04-05 16:45:34 +02:00

10 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#