blob: 07b40b45e0bc154b0dfeff80d17f9648fedd769a (
plain)
1
2
3
4
5
6
7
8
|
## arg 1: the new package version
post_install() {
cat <<End-of-message
Copy /usr/share/doc/keepmenu/config.ini.example into ~/.config/keepmenu/config.ini and edit. Add Keepass database/keyfile paths.
End-of-message
}
|