summaryrefslogtreecommitdiff
path: root/nonsystemd/your-init-freedom/your-init-freedom.install
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/your-init-freedom/your-init-freedom.install')
-rw-r--r--nonsystemd/your-init-freedom/your-init-freedom.install23
1 files changed, 23 insertions, 0 deletions
diff --git a/nonsystemd/your-init-freedom/your-init-freedom.install b/nonsystemd/your-init-freedom/your-init-freedom.install
new file mode 100644
index 000000000..c090efca1
--- /dev/null
+++ b/nonsystemd/your-init-freedom/your-init-freedom.install
@@ -0,0 +1,23 @@
+notice()
+{
+ cat <<EOF
+ The 'your-init-freedom' package detects other packages on your system,
+ which are known to have a hard dependency on systemd,
+ and protects you from (accidentally) installing those in the future.
+
+ Also, as any other such packages are identified in the future,
+ an updated 'your-init-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 ; }