summarylogtreecommitdiffstats
path: root/keepass-plugin-rpc.install
blob: ade0c1bec344db5cb84d372a6073a91b50361435 (plain)
1
2
3
4
5
6
7
8
9
## arg 1:  the new package version
post_install() {
    echo "> The plugin has been installed to the following location:"
    echo ">     /usr/share/keepass/plugins/rpc/"
    echo ">"
    echo "> If you are using KeePass for Firefox, please set this as"
    echo "> the KeePassRPC installation directory in the KeeFox addon"
    echo "> options on the \"KeePass\" tab."
}