diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-01-02 20:44:07 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-01-02 20:44:07 -0800 |
| commit | d30353c1d2fa6608156d56ef6711d445edc7a75f (patch) | |
| tree | 1d06305c4960c46299cb9cc7ef9e66a6e28693c6 /src/etc/pkg/Distribution.xml | |
| parent | e95cbb3aca19fe825f356998b42a069fb44d982d (diff) | |
| download | rust-d30353c1d2fa6608156d56ef6711d445edc7a75f.tar.gz rust-d30353c1d2fa6608156d56ef6711d445edc7a75f.zip | |
Remove .pkg and .exe installers
Diffstat (limited to 'src/etc/pkg/Distribution.xml')
| -rw-r--r-- | src/etc/pkg/Distribution.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/etc/pkg/Distribution.xml b/src/etc/pkg/Distribution.xml deleted file mode 100644 index c7383c0bb1a..00000000000 --- a/src/etc/pkg/Distribution.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="no"?> -<installer-gui-script minSpecVersion="2"> - <title>Rust</title> - <license file="LICENSE.txt" mime-type="text/plain"/> - <pkg-ref id="org.rust-lang.rust"/> - <options customize="never" require-scripts="false" hostArchitectures="i386,x86_64"/> - <volume-check> - <allowed-os-versions> - <os-version min="10.7"/> - </allowed-os-versions> - </volume-check> - <choices-outline> - <line choice="default"> - <line choice="org.rust-lang.rust"/> - </line> - </choices-outline> - <choice id="default" - customLocation="usr/local"/> - <choice id="org.rust-lang.rust" visible="false"> - <pkg-ref id="org.rust-lang.rust"/> - </choice> - <pkg-ref id="org.rust-lang.rust" version="0" onConclusion="none">rust.pkg</pkg-ref> - <welcome file="welcome.rtf" mime-type="text/enriched"/> - <background file="rust-logo.png" mime-type="image/png" - alignment="bottomleft"/> -</installer-gui-script> |
