summaryrefslogtreecommitdiff
path: root/libre-testing/your-system-sanity/your-system-sanity.hook
diff options
context:
space:
mode:
Diffstat (limited to 'libre-testing/your-system-sanity/your-system-sanity.hook')
-rw-r--r--libre-testing/your-system-sanity/your-system-sanity.hook24
1 files changed, 24 insertions, 0 deletions
diff --git a/libre-testing/your-system-sanity/your-system-sanity.hook b/libre-testing/your-system-sanity/your-system-sanity.hook
new file mode 100644
index 000000000..9a7763850
--- /dev/null
+++ b/libre-testing/your-system-sanity/your-system-sanity.hook
@@ -0,0 +1,24 @@
+notice()
+{
+ cat <<EOF
+ The 'your-system-sanity' package detects other packages on your system,
+ which are known to facilitate installing other non-free packages,
+ or to otherwise disregard the authority of the system package manager,
+ and protects you from (accidentally) installing those in the future.
+
+ Also, as any other such packages are identified in the future,
+ an updated 'your-system-sanity' package will prompt you for their removal.
+
+ Your feedback/participation is important. It is _your_ system, 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 ; }