summarylogtreecommitdiffstats
path: root/opera-extension-bitwarden-git.install
blob: ab2048c0294cd773253e6bef71187b176327c37c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
	echo "---------------------------------------------------------------"
	echo "Installed unpacked extension into '/usr/share/opera-extension-bitwarden-git'"
	echo "To add the extension:"
	echo "  - Go to opera://extensions"
	echo "  - Enable developer mode"
	echo "  - Load unpacked extension from '/usr/share/opera-extension-bitwarden-git'"
	echo "  - Disable developer mode"
	echo "---------------------------------------------------------------"
}

post_upgrade() {
	post_install
}