Initial commit
This commit is contained in:
commit
eb97b80d1c
9 changed files with 254 additions and 0 deletions
10
enpass-bin.install
Normal file
10
enpass-bin.install
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
post_install() {
|
||||
post_upgrade
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
cat << EOF
|
||||
If you encounter scaling issues, try the following:
|
||||
$ QT_AUTO_SCREEN_SCALE_FACTOR=0 enpass
|
||||
EOF
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue