diff --git a/mls-software-openssh.json b/mls-software-openssh.json index af5b9d0291..4f581eed05 100644 --- a/mls-software-openssh.json +++ b/mls-software-openssh.json @@ -8,7 +8,8 @@ "post_install": [ "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse", "Remove-Item \"$dir\\`$TEMP\" -Recurse", - "Remove-Item \"$dir\\uninstall.exe\"" + "Remove-Item \"$dir\\uninstall.exe\"", + "if (!(test-path \"$dir\\tmp\")) { new-item \"$dir\\tmp\" -itemtype directory | out-null }" ], "bin": [ "bin\\scp.exe",