INSTALL 803 B

123456789101112131415161718192021222324252627
  1. case "$ACTION" in
  2. pre)
  3. # Shows message before install
  4. cat <<EOM
  5. == IMPORTANT NOTICE ==
  6. This package will help you identify nonfree packages that are installed
  7. on your system at the time of its installation, as well as protecting
  8. you from (accidentally) installing them.
  9. Also, if any other nonfree package is identified, later updates will ask
  10. you for its removal.
  11. Have in mind that, if you want to retain certain nonfree packages
  12. installed on your system, you'll have to remove your-freedom :)
  13. If you find out any of the following:
  14. * Cascade package removal due to nonfree dependencies,
  15. * Your-freedom conflicting with a libre package,
  16. * Etc.
  17. Please report back to the project on the usual channels:
  18. * https://github.com/drake-newell/void-packages/issues
  19. EOM
  20. ;;
  21. esac