summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2013-06-23 07:25:11 +0530
committerKeshav Amburay2013-06-23 07:25:11 +0530
commit6e32173e5a024133136e58a098dd59d32384ce32 (patch)
treef621408142a9039ce606b4f69a809cb419f53002
parent562cb2f4d95ef372115a4fd1edc18c8ccb600460 (diff)
downloadaur-6e32173e5a024133136e58a098dd59d32384ce32.tar.gz
Add post_install msg
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--efitools.install5
3 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7e839e33608..b36acca946fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = efitools-git
- pkgdesc = Tools to create and install UEFI Secure Boot Certificates, Keys and Signed Binaries - GIT Version
+ pkgdesc = Tools to Create and Setup own UEFI Secure Boot Certificates, Keys and Signed Binaries - GIT Version
pkgver = v1.4.1.6.gf5d338c
pkgrel = 1
url = http://blog.hansenpartnership.com/efitools-1-4-with-linux-key-manipulation-utilities-released/
diff --git a/PKGBUILD b/PKGBUILD
index dd4b394bae09..a21848ff13b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname="${_pkgname}-git"
pkgver=v1.4.1.6.gf5d338c
pkgrel=1
-pkgdesc="Tools to create and install UEFI Secure Boot Certificates, Keys and Signed Binaries - GIT Version"
+pkgdesc="Tools to Create and Setup own UEFI Secure Boot Certificates, Keys and Signed Binaries - GIT Version"
url="http://blog.hansenpartnership.com/efitools-1-4-with-linux-key-manipulation-utilities-released/"
arch=('x86_64')
license=('GPL2' 'LGPL2.1')
diff --git a/efitools.install b/efitools.install
index 2821d10d8032..44ce03d2973c 100644
--- a/efitools.install
+++ b/efitools.install
@@ -1,5 +1,8 @@
post_install() {
- true
+ echo
+ echo "For info on how to setup own UEFI Secure Boot Keys and "
+ echo "Certificates, read /usr/share/efitools/README"
+ echo
}
post_upgrade() {