diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-02-02 00:11:57 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-02-02 00:11:57 +0200 |
| commit | 3fe06056e9989dd30bcdab43a321e9462a48a969 (patch) | |
| tree | d8e43e92e1619900a0c64896fc7a1648f01d03b2 /aur/rkt/rkt.install | |
| parent | 594adca36214d4702a3be0332da2bb2c8dedccc1 (diff) | |
| parent | 4bc4df56272f76eaa61f5e8ad1f3f8dfbefe8a36 (diff) | |
Add 'aur/rkt/' from commit '4bc4df56272f76eaa61f5e8ad1f3f8dfbefe8a36'
git-subtree-dir: aur/rkt
git-subtree-mainline: 594adca36214d4702a3be0332da2bb2c8dedccc1
git-subtree-split: 4bc4df56272f76eaa61f5e8ad1f3f8dfbefe8a36
Diffstat (limited to 'aur/rkt/rkt.install')
| -rw-r--r-- | aur/rkt/rkt.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/aur/rkt/rkt.install b/aur/rkt/rkt.install new file mode 100644 index 0000000..2f696ac --- /dev/null +++ b/aur/rkt/rkt.install @@ -0,0 +1,11 @@ +post_install () { + # Create users/groups + getent group rkt >/dev/null || groupadd -r rkt + rkt install &>/dev/null +} + +post_upgrade () { + post_install "$@" +} + +# vim:ts=2 sw=2 et ft=sh: |
