mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +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>
|
||||
</ruleList>
|
||||
</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>
|
||||
<allowComponentSelection>1</allowComponentSelection>
|
||||
<compressionAlgorithm>lzma</compressionAlgorithm>
|
||||
|
||||
Reference in New Issue
Block a user