#!/bin/sh -e
. /usr/share/debconf/confmodule
db_get tunapie/uncensored_streams
if [ "$RET" = "true" ]; then
	echo '1'>/etc/tunapie.config
	else
	echo '0'>/etc/tunapie.config
fi
#DEBHELPER#
