your-privacy.install 872 B

12345678910111213141516171819202122232425262728293031
  1. pre_install() {
  2. cat <<EOM
  3. == IMPORTANT NOTICE ==
  4. This package will help you identify if packages that support
  5. unsafe/dangerous for privacy protocols/services are installed on your
  6. system at the time of its installation, as well as protecting you from
  7. (accidentally) installing them.
  8. Also, if any other package that support unsafe/dangerous for privacy
  9. protocols/services is identified, later updates will ask you for its
  10. removal.
  11. Have in mind that, if you want to retain certain packages that support
  12. unsafe/dangerous for privacy protocols/services installed on your system,
  13. you'll have to remove your-privacy :)
  14. Please report back to the Parabola Project on the usual channels:
  15. * https://labs.parabola.nu
  16. * irc://freenode.net/#parabola
  17. * mailto:dev@lists.parabola.nu
  18. EOM
  19. }
  20. pre_upgrade() {
  21. pre_install
  22. }
  23. # vim:set ts=2 sw=2 et: