#!/bin/sh

if [ -z "$MIC_RUN" ]; then
    /usr/bin/ssu updaterepos
else
    exit 1
fi
