summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--keepass-plugin-rpc.install9
3 files changed, 11 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cdfa07cfa74..c1ced81b7193 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,6 +3,7 @@ pkgbase = keepass-plugin-rpc
pkgver = 1.4.4
pkgrel = 1
url = http://keefox.org/
+ install = keepass-plugin-rpc.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index cf88bd5afe69..3c2e95e464f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url="http://keefox.org/"
license=('GPL')
depends=(keepass)
makedepends=(unzip)
+install="${pkgname}.install"
source=("keefox.zip::https://addons.mozilla.org/firefox/downloads/file/281598/keefox-1.4.4-tb+fx.xpi?src=version-history")
noextract=(keefox.zip)
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."
+}