Package ruby: Scripts

Post install

echo "NOTE: to make the environment variable changes come into effect, please relogin the terminal session" 1>&2
Pre install

getent group ruby >/dev/null || /usr/sbin/groupadd -r ruby
usermod -a -G ruby root