#!/bin/sh
set -e

if [ -s /etc/atzlinux-store/package-preseed.info ];then
	debconf-set-selections /etc/atzlinux-store/package-preseed.info
fi

#DEBHELPER#

exit 0
