diff --git a/release/installers/osx/distribution.xml b/release/installers/osx/distribution.xml deleted file mode 100644 index 4bfb00d9..00000000 --- a/release/installers/osx/distribution.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - Resin CLI - io.resin - - - - - - - - - - - - cli.pkg - - - - - - - - - - - diff --git a/release/installers/osx/resources/background.png b/release/installers/osx/resources/background.png deleted file mode 100644 index fe440d7c..00000000 Binary files a/release/installers/osx/resources/background.png and /dev/null differ diff --git a/release/installers/osx/resources/conclusion.txt b/release/installers/osx/resources/conclusion.txt deleted file mode 100644 index df1692d5..00000000 --- a/release/installers/osx/resources/conclusion.txt +++ /dev/null @@ -1 +0,0 @@ -Thanks for installing the Resin CLI. Enjoy! diff --git a/release/installers/osx/resources/license.txt b/release/installers/osx/resources/license.txt deleted file mode 100644 index 011e27c5..00000000 --- a/release/installers/osx/resources/license.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License - -Copyright (c) 2014 Resin.io, Inc. https://resin.io - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/release/installers/osx/resources/welcome.txt b/release/installers/osx/resources/welcome.txt deleted file mode 100644 index c3b9c1a5..00000000 --- a/release/installers/osx/resources/welcome.txt +++ /dev/null @@ -1,3 +0,0 @@ -Welcome to the installation of the Resin CLI tool, an advanced way to communicate with Resin.io - -The Resin.io CLI tool will be installed in /opt/resin.io/cli. diff --git a/release/installers/osx/scripts/postinstall b/release/installers/osx/scripts/postinstall deleted file mode 100755 index 2d664ffe..00000000 --- a/release/installers/osx/scripts/postinstall +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -# Add binary symbolic link -ln -s /opt/resin.io/cli/bin/resin /usr/bin/resin diff --git a/release/installers/osx/scripts/preinstall b/release/installers/osx/scripts/preinstall deleted file mode 100755 index 1bda00eb..00000000 --- a/release/installers/osx/scripts/preinstall +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# Remove previous installations of the CLI -rm -rf /opt/resin.io/cli - -# Remove previous symbolic link -rm -f /usr/bin/resin