summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-31 22:56:36 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-31 22:56:36 -0500
commitfd78b9d6b0a374058433a7d378dd8746dd0813c7 (patch)
tree099d303370a888796daa5e78b9dc4e4482d77872
parentf117c7aac438c4d3219abee57112cdef04258433 (diff)
I think I had the syntax of alpm-hook Target wrong.
-rw-r--r--zz-pristine-etc-keeper-post-install.hook3
1 files changed, 2 insertions, 1 deletions
diff --git a/zz-pristine-etc-keeper-post-install.hook b/zz-pristine-etc-keeper-post-install.hook
index 4e8b1c6..84fa57c 100644
--- a/zz-pristine-etc-keeper-post-install.hook
+++ b/zz-pristine-etc-keeper-post-install.hook
@@ -5,7 +5,8 @@ Operation = Install
Operation = Upgrade
Operation = Remove
Type = File
-Target = etc/* usr/share/holo/files/*
+Target = etc/*
+Target = usr/share/holo/files/*
[Action]
Description = pristine-etc-keeper: post-transaction commit