#!/bin/sh

if [ -z "$MIC_RUN" ]; then
    touch /usr/share/ssu/board-mappings.d/*.ini 2>/dev/null
    /usr/bin/ssu updaterepos
else
    exit 1
fi
