Archlinux PKGBUILD/install added.

This commit is contained in:
xor 2015-10-04 00:53:25 +02:00
parent e2c04c1efd
commit 01da5715b6
2 changed files with 10 additions and 3 deletions

View File

@ -6,11 +6,10 @@ pkgrel=1
pkgdesc="A utility to check at boottime befor network, if /boot or mbr were manipulated."
arch=('i686' 'x86_64')
url="https://git.tastytea.de/?p=hashboot.git;a=summary"
license=('custom:hugware')
#groups=('')
license=('custom:"hugware"')
conflicts=('chkboot' 'mkinitcpio-chkcryptoboot')
depends=('bash' 'coreutils' 'tar' 'which' 'grep' 'gawk' 'util-linux' 'gzip')
#makedepends=('')
install=('hashboot.install')
source=(git+git://git.tastytea.de/repositories/hashboot.git)
md5sums=('SKIP')

8
hashboot.install Normal file
View File

@ -0,0 +1,8 @@
post_install() {
echo "After install run 'hashboot index'."
echo "Run also 'systemctl enable hashboot.service' to enable."
}
post_upgrade() {
post_install
}