mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
11 lines
234 B
Plaintext
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;
|
|
}
|