added cqtdeployer.cqt wraper for cqt (in snap available only cqtdeployer.cqt)

This commit is contained in:
Andrei Yankovich 2020-03-10 15:45:49 +03:00
parent b62e1d0425
commit 2f2efe2f26

View File

@ -67,6 +67,10 @@ function systemIntegration() {
homeDir + "/.local/bin/cqt"],
"UNDOEXECUTE", ["rm", "-f", homeDir + "/.local/bin/cqt"] )
component.addOperation('Execute', ["ln", "-sf", targetDir + "/" + VERSION + "/cqt.sh",
homeDir + "/.local/bin/cqtdeployer.cqt"],
"UNDOEXECUTE", ["rm", "-f", homeDir + "/.local/bin/cqtdeployer.cqt"] )
}
}