#!/usr/bin/python3

import subprocess
import sys

sys.exit(subprocess.call(["/usr/lib/uncom/uncom-system-care/uncom-system-care.py"] + sys.argv[1:]))