Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-09 | user/*: Modernise / fix syntax / deps | A. Wilcox | 1 | -2/+0 | |
2019-02-26 | user/java-cacerts: new package | A. Wilcox | 2 | -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. |