diff options
| author | bors <bors@rust-lang.org> | 2015-01-03 05:35:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-01-03 05:35:17 +0000 |
| commit | fc2ba13939aa9672d886beb06efde7aeda2d5f7f (patch) | |
| tree | 3199265e85096baec001958e33d1eebee1031eb5 /src/etc/pkg/Distribution.xml | |
| parent | 9c3e6082e71618c088afd93f7a4a9a7708c9dcbd (diff) | |
| parent | d30353c1d2fa6608156d56ef6711d445edc7a75f (diff) | |
| download | rust-fc2ba13939aa9672d886beb06efde7aeda2d5f7f.tar.gz rust-fc2ba13939aa9672d886beb06efde7aeda2d5f7f.zip | |
auto merge of #20456 : brson/rust/packaging2, r=alexcrichton
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> |
