desktop/keepassxc/keepassxc.install

11 lines
234 B
Plaintext

post_install() {
echo "keepasshttp feature is enabled by default in this package.
If you don't need it remember to disable it in the settings, since it is potentialy unsecure."
}
post_upgrade() {
post_install;
}