From e76e7b5c3ed2202899f154ad28cd08bbd80f9419 Mon Sep 17 00:00:00 2001 From: xor Date: Sun, 4 Oct 2015 01:51:19 +0200 Subject: [PATCH] further updates for arch system. etc gets backed up --- PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 6f7870c..59bf96b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,11 +2,12 @@ pkgname=hashboot-git pkgver=0.7.4 -pkgrel=1 +pkgrel=2 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"') +backup=('etc/hashboot.cfg') conflicts=('chkboot' 'mkinitcpio-chkcryptoboot') depends=('bash' 'coreutils' 'tar' 'which' 'grep' 'gawk' 'util-linux' 'gzip') install=('hashboot.install')