Initial commit

This commit is contained in:
Christian Schendel 2025-09-01 05:24:05 +02:00
commit eb97b80d1c
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
9 changed files with 254 additions and 0 deletions

10
enpass-bin.install Normal file
View 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
}