summarylogtreecommitdiffstats
path: root/keepass-plugin-rpc.install
diff options
context:
space:
mode:
authorTilman Blumenbach2015-09-17 23:46:04 +0200
committerTilman Blumenbach2015-09-17 23:59:37 +0200
commit68daca9931edf07c167d88f8729b9248724b1cc7 (patch)
tree978d942dbda327be67bdf3fbacaa9cd21b8a83f7 /keepass-plugin-rpc.install
parentc482b6572714511454e0858882f068e93d8a6792 (diff)
downloadaur-68daca9931edf07c167d88f8729b9248724b1cc7.tar.gz
Newer KeeFox versions do not have a "KeePassRPC installation directory" setting anymore.
Thanks to Marcel_K for the hint. :-)
Diffstat (limited to 'keepass-plugin-rpc.install')
-rw-r--r--keepass-plugin-rpc.install19
1 files changed, 9 insertions, 10 deletions
diff --git a/keepass-plugin-rpc.install b/keepass-plugin-rpc.install
index 979c2e743fff..c34f833c1499 100644
--- a/keepass-plugin-rpc.install
+++ b/keepass-plugin-rpc.install
@@ -1,11 +1,10 @@
## arg 1: the new package version
post_install() {
- echo "> The plugin has been installed to the following location:"
- echo "> /usr/share/keepass/plugins/"
- 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."
+ echo "> If you are using KeeFox, please change the \"KeePass installation"
+ echo "> directory\" setting on the \"KeePass\" tab in the KeeFox addon"
+ echo "> options to the following value:"
+ echo "> /usr/share/keepass"
+
}
## arg 1: new package full version string
@@ -16,10 +15,10 @@ post_upgrade() {
echo "> -----------------"
echo ">"
echo "> The plugin has been moved to the following location:"
- echo "> /usr/share/keepass/plugins/"
+ echo "> /usr/share/keepass/plugins"
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."
+ echo "> If you are using KeeFox, then please set this as the \"KeePassRPC"
+ echo "> installation directory\" in the KeeFox addon options on the"
+ echo "> \"KeePass\" tab."
fi
}