#!/bin/sh
set -e

if [ "$PIUPARTS_DISTRIBUTION_NEXT" = "jessie" ]; then

	apt-get update
	apt-get -y install sysvinit-core

fi
