summarylogtreecommitdiffstats
path: root/tor-browser.install
diff options
context:
space:
mode:
Diffstat (limited to 'tor-browser.install')
-rw-r--r--tor-browser.install26
1 files changed, 26 insertions, 0 deletions
diff --git a/tor-browser.install b/tor-browser.install
new file mode 100644
index 000000000000..5317164af9b0
--- /dev/null
+++ b/tor-browser.install
@@ -0,0 +1,26 @@
+pkgname='tor-browser'
+
+post_install() {
+ echo
+ echo "==> ${pkgname} will be extracted to ~/.${pkgname}"
+ echo "==> the first time you run ${pkgname} as your normal user!"
+ echo "==> Just start it and have fun."
+ echo
+}
+
+post_upgrade() {
+ echo
+ echo "==> The ${pkgname} copy in your home directory will be upgraded at the"
+ echo "==> first time you run it as your normal user!"
+ echo "==> Just start and have fun."
+ echo
+}
+
+post_remove() {
+ echo
+ echo "==> You have to remove the tor-brower directory in your home"
+ echo "==> directory by hand: As your normal user, do:"
+ echo "==> "
+ echo "==> rm -rf ~/.${pkgname}"
+ echo
+}