summarylogtreecommitdiffstats
path: root/install
blob: 5169e7f7d08f41903c65d8ed0e59e0f049210a98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  cat <<EOF

Hint: If you firejail installed, you can also launch it as "firejail ghostery".
If you want to always use firejail, you can define a symbolic link:

$ sudo ln -s /usr/bin/firejail /usr/local/bin/ghostery

Now, running "ghostery" will have the same effect as:

$ /usr/bin/firejail /usr/bin/ghostery

EOF
}