mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
Cleanup created /usr/local/var/lib/dbus during Mac OS uninstallation
This commit is contained in:
committed by
Klaus Basan
parent
15de5ec41d
commit
1104d4fb6e
@@ -256,6 +256,38 @@ it and relaunch the uninstaller.</text>
|
|||||||
</platformTest>
|
</platformTest>
|
||||||
</ruleList>
|
</ruleList>
|
||||||
</kill>
|
</kill>
|
||||||
|
<deleteFile>
|
||||||
|
<path>/usr/local/var/lib/dbus</path>
|
||||||
|
<ruleList>
|
||||||
|
<platformTest>
|
||||||
|
<type>osx</type>
|
||||||
|
</platformTest>
|
||||||
|
</ruleList>
|
||||||
|
</deleteFile>
|
||||||
|
<deleteFile>
|
||||||
|
<path>/usr/local/var/lib</path>
|
||||||
|
<ruleList>
|
||||||
|
<platformTest>
|
||||||
|
<type>osx</type>
|
||||||
|
</platformTest>
|
||||||
|
<fileTest>
|
||||||
|
<condition>is_empty</condition>
|
||||||
|
<path>/usr/local/var/lib</path>
|
||||||
|
</fileTest>
|
||||||
|
</ruleList>
|
||||||
|
</deleteFile>
|
||||||
|
<deleteFile>
|
||||||
|
<path>/usr/local/var</path>
|
||||||
|
<ruleList>
|
||||||
|
<platformTest>
|
||||||
|
<type>osx</type>
|
||||||
|
</platformTest>
|
||||||
|
<fileTest>
|
||||||
|
<condition>is_empty</condition>
|
||||||
|
<path>/usr/local/var</path>
|
||||||
|
</fileTest>
|
||||||
|
</ruleList>
|
||||||
|
</deleteFile>
|
||||||
</preUninstallationActionList>
|
</preUninstallationActionList>
|
||||||
<allowComponentSelection>1</allowComponentSelection>
|
<allowComponentSelection>1</allowComponentSelection>
|
||||||
<compressionAlgorithm>lzma</compressionAlgorithm>
|
<compressionAlgorithm>lzma</compressionAlgorithm>
|
||||||
|
|||||||
Reference in New Issue
Block a user