summarylogtreecommitdiffstats
path: root/gnome-shell-extension-applications-overview-tooltip.install
blob: 19bbbb3c8b7277baafcdefd8be3bdf7f4b1a4f8f (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
post_install() {
	instructions_install
}

post_upgrade() {
	instructions_upgrade
}

instructions_install() {
	cat <<-EOT

	Restart GNOME Shell ([Alt]+[F2], r).
	Activate the extension with gnome-tweak-tool.

	EOT
}

instructions_upgrade() {
	cat <<-EOT

	Restart GNOME Shell ([Alt]+[F2], r) to load the upgraded extension.

	EOT
}