aboutsummaryrefslogtreecommitdiff
path: root/systemd-zfs-partition-backup/AUR/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'systemd-zfs-partition-backup/AUR/PKGBUILD')
-rw-r--r--systemd-zfs-partition-backup/AUR/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
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=(
11 'systemd' 11 'systemd'
12 'kbd' 12 'kbd'
13 'mkinitcpio' 13 'mkinitcpio'
14 'rsync'
14) 15)
15source=("http://git.entwicklerseite.de/zfs-bash-tools/snapshot/zfs-bash-tools-master.tar.gz") 16source=("http://git.entwicklerseite.de/zfs-bash-tools/snapshot/zfs-bash-tools-master.tar.gz")
16sha256sums=('ef17307fcf662f867b98e6b5d883f2eb9fcd1f38205d516d9f85f53787ed58f1') 17sha256sums=('efb8f8f11401ffb8afc4ad228f9c6d6daffcd2451940d922a31b85076623a932')
17 18
18package() { 19package() {
19 install -D zfs-bash-tools-master/${pkgname}.sh \ 20 install -D zfs-bash-tools-master/${pkgname}.sh \
@@ -24,6 +25,9 @@ package() {
24 25
25 install -D -m 644 zfs-bash-tools-master/${pkgname}/udev/rules.d/90-${pkgname}.rules \ 26 install -D -m 644 zfs-bash-tools-master/${pkgname}/udev/rules.d/90-${pkgname}.rules \
26 ../pkg/${pkgname}/etc/udev/rules.d/90-${pkgname}.rules 27 ../pkg/${pkgname}/etc/udev/rules.d/90-${pkgname}.rules
28
29 systemctl daemon-reload
30 udevadm control --reaload
27} 31}
28 32
29# vim: ft=bash 33# vim: ft=bash
..