Remove user defaults on userdata uninstall. (#1317)

- Closes #1316.
This commit is contained in:
J Logan
2026-03-16 17:34:08 -07:00
committed by GitHub
parent a00ec5c1f7
commit 85ec7ed543
+2
View File
@@ -85,4 +85,6 @@ echo 'Removed `container` tool and helpers'
if [ "$DELETE_DATA" = true ]; then
echo 'Removing `container` user data'
sudo rm -rf ~/Library/Application\ Support/com.apple.container
echo 'Removing `container` user defaults'
defaults delete com.apple.container.defaults > /dev/null 2>&1 || true
fi