summarylogtreecommitdiffstats
path: root/privacy-redirect.install
diff options
context:
space:
mode:
Diffstat (limited to 'privacy-redirect.install')
-rw-r--r--privacy-redirect.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/privacy-redirect.install b/privacy-redirect.install
new file mode 100644
index 000000000000..a989d187d7b8
--- /dev/null
+++ b/privacy-redirect.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo
+ echo "To use this app under chromium:"
+ echo " -> Go to chrome://extensions"
+ echo " -> Activate \`Developper mode' (top right corner)"
+ echo " -> Click \`Load unpacked' (top left corner)"
+ echo " -> Navigate to \`/usr/share/privacy-redirect'"
+ echo " -> Click open"
+ echo "INFO: You will have an error concerning gecko, it's normal and not a real error"
+ echo
+}