summarylogtreecommitdiffstats
path: root/keepass-plugin-rpc.install
diff options
context:
space:
mode:
authorTilman Blumenbach2014-12-21 19:07:33 +0100
committerTilman Blumenbach2014-12-21 19:07:33 +0100
commit7a8d32effab4bfff938563c81117ccb2f0b8854a (patch)
tree09ba0c1806bf3e12eb243b8ea74582f1f8fb8f2c /keepass-plugin-rpc.install
parent385c41cc7d75d50f4047857f33fd330196a9d8ab (diff)
downloadaur-7a8d32effab4bfff938563c81117ccb2f0b8854a.tar.gz
keepass-plugin-rpc: Install plugin file to standard location.
Diffstat (limited to 'keepass-plugin-rpc.install')
-rw-r--r--keepass-plugin-rpc.install18
1 files changed, 17 insertions, 1 deletions
diff --git a/keepass-plugin-rpc.install b/keepass-plugin-rpc.install
index ade0c1bec344..979c2e743fff 100644
--- a/keepass-plugin-rpc.install
+++ b/keepass-plugin-rpc.install
@@ -1,9 +1,25 @@
## 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 "> /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."
}
+
+## arg 1: new package full version string
+## arg 2: old package full version string
+post_upgrade() {
+ if [ "$2" = "1.4.4-1" ]; then
+ echo "> Important change:"
+ echo "> -----------------"
+ echo ">"
+ echo "> The plugin has been moved 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."
+ fi
+}