From 249b040e48a9d08ae8c9419eaed1717e241d655d Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 12 Jul 2020 01:03:31 +0200 Subject: Documentation added --- systemd-zfs-partition-backup/AUR/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'systemd-zfs-partition-backup/AUR') diff --git a/systemd-zfs-partition-backup/AUR/PKGBUILD b/systemd-zfs-partition-backup/AUR/PKGBUILD index b0fd026..21acfb4 100644 --- a/systemd-zfs-partition-backup/AUR/PKGBUILD +++ b/systemd-zfs-partition-backup/AUR/PKGBUILD @@ -11,9 +11,10 @@ depends=( 'systemd' 'kbd' 'mkinitcpio' + 'rsync' ) source=("http://git.entwicklerseite.de/zfs-bash-tools/snapshot/zfs-bash-tools-master.tar.gz") -sha256sums=('ef17307fcf662f867b98e6b5d883f2eb9fcd1f38205d516d9f85f53787ed58f1') +sha256sums=('efb8f8f11401ffb8afc4ad228f9c6d6daffcd2451940d922a31b85076623a932') package() { install -D zfs-bash-tools-master/${pkgname}.sh \ @@ -24,6 +25,9 @@ package() { install -D -m 644 zfs-bash-tools-master/${pkgname}/udev/rules.d/90-${pkgname}.rules \ ../pkg/${pkgname}/etc/udev/rules.d/90-${pkgname}.rules + + systemctl daemon-reload + udevadm control --reaload } # vim: ft=bash -- cgit v1.2.3