your-system-sanity.hook 905 B

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