summaryrefslogtreecommitdiff
path: root/libre/your-gaming-freedom/your-gaming-freedom.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/your-gaming-freedom/your-gaming-freedom.install')
-rw-r--r--libre/your-gaming-freedom/your-gaming-freedom.install24
1 files changed, 24 insertions, 0 deletions
diff --git a/libre/your-gaming-freedom/your-gaming-freedom.install b/libre/your-gaming-freedom/your-gaming-freedom.install
new file mode 100644
index 000000000..fc8fd7615
--- /dev/null
+++ b/libre/your-gaming-freedom/your-gaming-freedom.install
@@ -0,0 +1,24 @@
+notice()
+{
+ cat <<EOF
+ The 'your-gaming-freedom' package detects other packages on your system,
+ which implement emulators of computers with no known libre software,
+ and games with dubious free culture licensing of its artwork/sound files,
+ and protects you from (accidentally) installing those in the future.
+
+ Also, as any other such packages are identified in the future,
+ an updated 'your-gaming-freedom' package will prompt you for their removal.
+
+ Your feedback/participation is important. It is _your_ freedom, after all.
+ If you notice any problems caused by this package, or notice some package
+ which does or does not deserve to be guarded, please do start a discussion.
+
+ * Bugs: https://labs.parabola.nu
+ * Forum: https://forum.parabola.nu
+ * Email: mailto:assist@lists.parabola.nu
+ * Chat: ircs://irc.libera.chat/#parabola
+EOF
+}
+
+pre_install() { notice ; }
+pre_upgrade() { notice ; }