#!/bin/sh -e

if [ "$1" = "configure" ]
then
	chgrp audio /etc/juice.conf
	chmod g+w /etc/juice.conf
	chmod o+r /etc/juice.conf
fi

#DEBHELPER#

exit 0

