#!/usr/bin/python3

import subprocess
import sys

subprocess.call(["/usr/lib/xsoyuz/xsoyuzinstall/xsoyuzinstall.py", "install"] + sys.argv[1:])
