summarylogtreecommitdiffstats
path: root/tor-browser.install
diff options
context:
space:
mode:
authorgrufo2017-10-25 20:10:11 +0100
committergrufo2017-10-25 20:10:11 +0100
commit1bfc38653add2f4dee3c5ef125ceda640633cdcf (patch)
tree3f9a8fdda819b845004b58092409eb8334208f0b /tor-browser.install
parent06ba8774933ceb6a4d84ed90e12c55ae9fe266f2 (diff)
downloadaur-1bfc38653add2f4dee3c5ef125ceda640633cdcf.tar.gz
New release (7.0.8-1)
Diffstat (limited to 'tor-browser.install')
-rw-r--r--tor-browser.install17
1 files changed, 2 insertions, 15 deletions
diff --git a/tor-browser.install b/tor-browser.install
index 7e331aaf1a5e..5317164af9b0 100644
--- a/tor-browser.install
+++ b/tor-browser.install
@@ -1,21 +1,8 @@
pkgname='tor-browser'
-_language='fa'
-
-pre_install() {
- echo
- echo "==> If you want to verify the gnupg signature you have to"
- echo "==> import the proper public key first (Found on https://www.torproject.org/docs/signing-keys.html)."
- echo "==> Choose one and use the following command to import it:"
- echo "==> "
- echo "==> gpg --recv-keys <keyid>"
- echo "==> "
- echo "==> After that, signature verifying should work."
- echo
-}
post_install() {
echo
- echo "==> ${pkgname} will be extracted to ~/.${pkgname}-${_language,,}"
+ 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
@@ -34,6 +21,6 @@ post_remove() {
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}-${_language,,}"
+ echo "==> rm -rf ~/.${pkgname}"
echo
}