summarylogtreecommitdiffstats
path: root/bitwarden-chromium.install
diff options
context:
space:
mode:
Diffstat (limited to 'bitwarden-chromium.install')
-rw-r--r--bitwarden-chromium.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/bitwarden-chromium.install b/bitwarden-chromium.install
new file mode 100644
index 000000000000..f90696b36c3c
--- /dev/null
+++ b/bitwarden-chromium.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo "---------------------------------------------------------------"
+ echo "Installed unpacked extension in /usr/share/bitwarden-chromium/"
+ echo "To add the extension:"
+ echo " - Go to chrome://extensions/"
+ echo " - Enable developer mode"
+ echo " - Load unpacked extension from /usr/share/bitwarden-chromium/"
+ echo "---------------------------------------------------------------"
+}
+
+post_upgrade() {
+ post_install
+}