#!/bin/sh

if [ ! -d /etc/rubikpi ]; then
	mkdir /etc/rubikpi
fi

exit 0
