summarylogtreecommitdiffstats
path: root/keepass-plugin-rpc.install
diff options
context:
space:
mode:
Diffstat (limited to 'keepass-plugin-rpc.install')
-rw-r--r--keepass-plugin-rpc.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/keepass-plugin-rpc.install b/keepass-plugin-rpc.install
new file mode 100644
index 000000000000..ade0c1bec344
--- /dev/null
+++ b/keepass-plugin-rpc.install
@@ -0,0 +1,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."
+}