khanat-opennel-code/dist/debian/xenial/debian/ryzom-client.postinst
kervala 84f733c8d4 Changed: Updated supported Ubuntu versions
--HG--
branch : develop
2017-04-18 10:57:24 +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#