about summary refs log tree commit diff
path: root/src/etc/pkg/Distribution.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/pkg/Distribution.xml')
-rw-r--r--src/etc/pkg/Distribution.xml26
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>