#!/usr/bin/python3

import subprocess
import sys

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