summaryrefslogtreecommitdiff
path: root/nonprism/your-privacy/your-privacy.install
diff options
context:
space:
mode:
Diffstat (limited to 'nonprism/your-privacy/your-privacy.install')
-rw-r--r--nonprism/your-privacy/your-privacy.install43
1 files changed, 18 insertions, 25 deletions
diff --git a/nonprism/your-privacy/your-privacy.install b/nonprism/your-privacy/your-privacy.install
index bbb2a3dd1..e2b0f02a7 100644
--- a/nonprism/your-privacy/your-privacy.install
+++ b/nonprism/your-privacy/your-privacy.install
@@ -1,30 +1,23 @@
+notice()
+{
+ cat <<EOF
+ The 'your-privacy' package detects other packages on your system,
+ which are known to support privacy-unsafe protocols/services,
+ and protects you from (accidentally) installing those in the future.
-pre_install() {
- cat <<EOM
- == IMPORTANT NOTICE ==
+ Also, as any other such packages are identified in the future,
+ an updated 'your-privacy' package will prompt you for their removal.
- This package will help you identify if packages that support
- unsafe/dangerous for privacy protocols/services are installed on your
- system at the time of its installation, as well as protecting you from
- (accidentally) installing them.
+ Your feedback/participation is important. It is _your_ privacy, 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.
- Also, if any other package that support unsafe/dangerous for privacy
- protocols/services is identified, later updates will ask you for its
- removal.
-
- Have in mind that, if you want to retain certain packages that support
- unsafe/dangerous for privacy protocols/services installed on your system,
- you'll have to remove your-privacy :)
-
- Please report back to the Parabola Project on the usual channels:
- * https://labs.parabola.nu
- * irc://irc.libera.chat/#parabola
- * mailto:dev@lists.parabola.nu
-EOM
-}
-
-pre_upgrade() {
- pre_install
+ * Bugs: https://labs.parabola.nu
+ * Forum: https://forum.parabola.nu
+ * Email: mailto:assist@lists.parabola.nu
+ * Chat: ircs://irc.libera.chat/#parabola
+EOF
}
-# vim:set ts=2 sw=2 et:
+pre_install() { notice ; }
+pre_upgrade() { notice ; }