diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:14:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:14:45 +0000 |
commit | 43e8530e93493bb978c446a2023134bdd4277e50 (patch) | |
tree | e8c0d3c0c394b17381f48fb2d288f166b4f22440 /os_darwin/pkg/Distribution.in | |
parent | Initial commit. (diff) | |
download | smartmontools-43e8530e93493bb978c446a2023134bdd4277e50.tar.xz smartmontools-43e8530e93493bb978c446a2023134bdd4277e50.zip |
Adding upstream version 7.4.upstream/7.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'os_darwin/pkg/Distribution.in')
-rw-r--r-- | os_darwin/pkg/Distribution.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/os_darwin/pkg/Distribution.in b/os_darwin/pkg/Distribution.in new file mode 100644 index 0000000..df3ec9c --- /dev/null +++ b/os_darwin/pkg/Distribution.in @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<installer-gui-script minSpecVersion="2"> + <allowed-os-versions> + <os-version min="10.5"/> + </allowed-os-versions> + <license file="license.txt" mime-type="text/plain"/> + <!-- <welcome file="welcome.rtf" mime-type="text/rtf"/> --> + <title>S.M.A.R.T. disk monitoring tools</title> + <pkg-ref id="com.smartmontools.pkg"/> + <choices-outline> + <line choice="default"> + <line choice="com.smartmontools.pkg"/> + </line> + </choices-outline> + <choice id="default"/> + <choice id="com.smartmontools.pkg" visible="false"> + <pkg-ref version="@version@" installKBytes="@size@" id="com.smartmontools.pkg">@pkgname@</pkg-ref> + </choice> + <domains enable_localSystem="true"/> + <options customize="never" rootVolumeOnly="true"/> +</installer-gui-script> |