summarylogtreecommitdiffstats
path: root/bitwarden-menu.install
blob: eb63f4b0ab06a2404ed9639594864bdc278b4e43 (plain)
1
2
3
4
5
6
7
8
## arg 1:  the new package version
post_install() {
cat <<End-of-message

Copy /usr/share/doc/bitwarden-menu-git/config.ini.example into ~/.config/bwm/config.ini and edit. Add vault URLs and logins to config file if desired.

End-of-message
}