blob: 579e80d620100352a088ea72fa3d0961ff74c481 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
post_install() {
printf "%s" "\
tessen needs at least one
- pass backend (pass or gopass)
- wayland native dmenu backend (fuzzel, tofi, bemenu, yofi, wofi, wayland fork of rofi)
- action backend (wtype, wl-clipboard)
to work. Please install the backends you prefer to use after installing tessen.
"
}
post_upgrade() {
printf "%s" "\
tessen v2.0.0 has some breaking changes since v1.3.1 was released. Please consult
the man page of tessen or the CHANGELOG.md file on GitHub for more details.
https://git.sr.ht/~ayushnix/tessen/tree/v2.0.0/item/CHANGELOG.md#200---2022-02-19
"
}
|