khanat-opennel-code/dist/debian/jessie/debian/ryzom-client.postinst
kervala a730890d4c Added: Support for Jessie
--HG--
branch : develop
2017-04-20 11:39:21 +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#