your-gaming-freedom.install 914 B

12345678910111213141516171819202122232425
  1. notice()
  2. {
  3. cat <<EOF
  4. The 'your-gaming-freedom' package detects other packages on your system,
  5. which implement emulators of computers with no known libre software,
  6. and games with dubious free culture licensing of its artwork/sound files,
  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-gaming-freedom' package will prompt you for their removal.
  10. Your feedback/participation is important. It is _your_ freedom, 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 ; }