your-freedom.install 1021 B

1234567891011121314151617181920212223242526272829303132333435
  1. pre_install() {
  2. cat <<EOM
  3. == IMPORTANT NOTICE ==
  4. This package will help you identify nonfree, nonprivacy and nonsecurity
  5. packages that are installed on your system at the time of its installation,
  6. as well as protecting you from (accidentally) installing them.
  7. Also, if any other nonfree, nonprivacy or nonsecurity package is
  8. identified, later updates will ask you for its removal.
  9. Have in mind that, if you want to retain certain nonfree, nonprivacy and/or
  10. nonsecurity packages installed on your system, you'll have to remove
  11. your-freedom :)
  12. If you find out any of the following:
  13. * Cascade package removal due to nonfree, nonprivacy and/or nonsecurity
  14. dependencies,
  15. * Your-freedom conflicting with a free, privacy and/or security package,
  16. * Etc.
  17. Please report back to the Hyperbola Project on the usual channels:
  18. * https://issues.hyperbola.info
  19. * irc://freenode.net/#hyperbola
  20. * mailto:dev@lists.hyperbola.info
  21. EOM
  22. }
  23. pre_upgrade() {
  24. pre_install
  25. }
  26. # vim:set ts=2 sw=2 et: