summarylogtreecommitdiffstats
path: root/keepass-plugin-rpc.install
diff options
context:
space:
mode:
authorscan2019-06-04 17:43:11 -0300
committerscan2019-06-04 17:43:11 -0300
commit590990510acdbedc7bdc4aab4ec57c3e8c16742f (patch)
tree4e72aafe4c0cd9003ae078b32898b7e58fa1505f /keepass-plugin-rpc.install
parent3afdf97ef1f910322af8373cd4519f438c3e2d38 (diff)
downloadaur-590990510acdbedc7bdc4aab4ec57c3e8c16742f.tar.gz
Updated to 1.9.0
Diffstat (limited to 'keepass-plugin-rpc.install')
-rw-r--r--keepass-plugin-rpc.install24
1 files changed, 0 insertions, 24 deletions
diff --git a/keepass-plugin-rpc.install b/keepass-plugin-rpc.install
deleted file mode 100644
index c34f833c1499..000000000000
--- a/keepass-plugin-rpc.install
+++ /dev/null
@@ -1,24 +0,0 @@
-## arg 1: the new package version
-post_install() {
- 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
-## 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 KeeFox, then please set this as the \"KeePassRPC"
- echo "> installation directory\" in the KeeFox addon options on the"
- echo "> \"KeePass\" tab."
- fi
-}