your-freedom.install 824 B

123456789101112131415161718192021222324
  1. notice()
  2. {
  3. cat <<EOF
  4. The 'your-freedom' package detects other packages on your system,
  5. which are known to be non-free or depend on other non-free packages,
  6. and protects you from (accidentally) installing those in the future.
  7. Also, as any other such packages are identified in the future,
  8. an updated 'your-freedom' package will prompt you for their removal.
  9. Your feedback/participation is important. It is _your_ freedom, after all.
  10. If you notice any problems caused by this package, or notice some package
  11. which does or does not deserve to be guarded, please do start a discussion.
  12. * Bugs: https://labs.parabola.nu
  13. * Forum: https://forum.parabola.nu
  14. * Email: mailto:assist@lists.parabola.nu
  15. * Chat: ircs://irc.libera.chat/#parabola
  16. EOF
  17. }
  18. pre_install() { notice ; }
  19. pre_upgrade() { notice ; }