Prevent APT from overwriting JCE jars
- by Doc
My server runs a Java application that requires I replace a few java library files with ones I downloaded on my own. This has to do with JCE security extensions and isn't really relevant to my question.
I've found that these library files tend to get overwritten by apt when it later updates my java package.
Is there a apt-friendly way of masking…