summarylogtreecommitdiffstats
path: root/tor-browser.install
blob: 8e75584d970ee9ca3ebbe9f1924270b477d7d5be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
_appname='tor-browser'
_language='sv-SE'

post_install() {
	echo
	echo "==> ${_appname} (${_language}) will be extracted to ~/.${_appname}-${_language,,}"
	echo "==> the first time you run it as your normal user!"
	echo "==> Just start it and have fun."
	echo
}

post_upgrade() {
	echo
	echo "==> The ${_appname} (${_language}) 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 ${_appname} directory in your home"
	echo "==> directory by hand: As your normal user, do:"
	echo "==> "
	echo "==> rm -rf ~/.${_appname}-${_language,,}"
	echo
}