mirror of
https://schlomp.space/tastytea/hashboot
synced 2024-11-16 14:37:06 +01:00
Archlinux PKGBUILD/install added.
This commit is contained in:
parent
e2c04c1efd
commit
01da5715b6
5
PKGBUILD
5
PKGBUILD
@ -6,11 +6,10 @@ pkgrel=1
|
|||||||
pkgdesc="A utility to check at boottime befor network, if /boot or mbr were manipulated."
|
pkgdesc="A utility to check at boottime befor network, if /boot or mbr were manipulated."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://git.tastytea.de/?p=hashboot.git;a=summary"
|
url="https://git.tastytea.de/?p=hashboot.git;a=summary"
|
||||||
license=('custom:hugware')
|
license=('custom:"hugware"')
|
||||||
#groups=('')
|
|
||||||
conflicts=('chkboot' 'mkinitcpio-chkcryptoboot')
|
conflicts=('chkboot' 'mkinitcpio-chkcryptoboot')
|
||||||
depends=('bash' 'coreutils' 'tar' 'which' 'grep' 'gawk' 'util-linux' 'gzip')
|
depends=('bash' 'coreutils' 'tar' 'which' 'grep' 'gawk' 'util-linux' 'gzip')
|
||||||
#makedepends=('')
|
install=('hashboot.install')
|
||||||
source=(git+git://git.tastytea.de/repositories/hashboot.git)
|
source=(git+git://git.tastytea.de/repositories/hashboot.git)
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
8
hashboot.install
Normal file
8
hashboot.install
Normal 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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user