11 lines
164 B
Text
11 lines
164 B
Text
|
|
post_install() {
|
||
|
|
post_upgrade
|
||
|
|
}
|
||
|
|
|
||
|
|
post_upgrade() {
|
||
|
|
cat << EOF
|
||
|
|
If you encounter scaling issues, try the following:
|
||
|
|
$ QT_AUTO_SCREEN_SCALE_FACTOR=0 enpass
|
||
|
|
EOF
|
||
|
|
}
|