blob: 001f6e1454a27986ed056e7c622c30578e64529c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="utf-8"?>
<!--
Created using `productbuild -\-synthesize -\-package install.ChmodBPF.pkg /tmp/distribution.xml`
See also: https://github.com/open-eid/osx-installer/blob/master/distribution.xml
https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/DistributionDefinitionRef/
https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/InstallerJavaScriptRef/
-->
<installer-gui-script minSpecVersion="1">
<title>Uninstall ChmodBPF</title>
<welcome language="en" mime-type="text/html"><![CDATA[<html><body><br />
<p style="margin: 0px; font: 13px 'Lucida Grande'">This package will uninstall the ChmodBPF launch daemon and remove the access_bpf group.</p></body></html>]]></welcome>
<pkg-ref id="org.wireshark.uninstall.ChmodBPF.pkg"/>
<options customize="never" require-scripts="false" hostArchitectures="arm64,x86_64"/>
<domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
<choices-outline>
<line choice="default">
<line choice="org.wireshark.uninstall.ChmodBPF.pkg"/>
</line>
</choices-outline>
<choice id="default"/>
<choice id="org.wireshark.uninstall.ChmodBPF.pkg" visible="false">
<pkg-ref id="org.wireshark.uninstall.ChmodBPF.pkg"/>
</choice>
<pkg-ref id="org.wireshark.uninstall.ChmodBPF.pkg" onConclusion="none">uninstall.ChmodBPF.pkg</pkg-ref>
</installer-gui-script>
|