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.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
-}