summaryrefslogtreecommitdiff
path: root/nonprism/your-privacy/your-privacy.install
blob: e2b0f02a7c96634785c74dc1d46272644840f717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.

  Also, as any other such packages are identified in the future,
  an updated 'your-privacy' package will prompt you for their removal.

  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.

  * 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 ; }