summaryrefslogtreecommitdiff
path: root/user/java-cacerts
AgeCommit message (Collapse)AuthorFilesLines
2020-01-09user/*: Modernise / fix syntax / depsA. Wilcox1-2/+0
2019-02-26user/java-cacerts: new packageA. Wilcox2-0/+27
This package differs from Alpine's in two important ways: * The script is in source= and installed, instead of created with a heredoc. * There is no deinstall script to remove the certificate store. This is unnecessary, and violates APK's guarantee that user-generated content will not be modified. We cannot control what users do inside the directory, and we cannot take ownership of the entire thing. So we should not remove it.