blob: ef72c01c5b7162eaadfc3c36ba4134f62464f8b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## 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.
*CONFLICT* The Archlinux packages python-xdg and python-pyxdg conflict.
If you need python-pyxdg, remove python-xdg from the PKGBUILD and
`pip install --user xdg` or install bitwarden-menu into a virtualenv.
End-of-message
}
|