summaryrefslogtreecommitdiff
path: root/aur/rkt/rkt.install
diff options
context:
space:
mode:
authorCarl George <carl@a.cgtx.us>2016-02-04 22:57:35 -0600
committerYuval Adam <yuval@y3xz.com>2016-02-05 18:09:37 +0200
commitc02193086c5971300ac09bd01ed8d18f3ad6fe1c (patch)
tree149d9c44b42b7360f61a2f43f474bfa074bd8d7c /aur/rkt/rkt.install
parentc11c513d77c95c30a021b6fa41d862ddc08f9756 (diff)
rkt cleanup
* use `--enable-tpm=auto` configure flag * add tmpfiles.d file * use systemd-sysusers to add rkt group dependency corrections * automake is in base-devel, no need to list it * trousers will be used if installed via the `--enable-tpm=auto` configure flag
Diffstat (limited to 'aur/rkt/rkt.install')
-rw-r--r--aur/rkt/rkt.install5
1 files changed, 2 insertions, 3 deletions
diff --git a/aur/rkt/rkt.install b/aur/rkt/rkt.install
index 2f696ac..bf50e96 100644
--- a/aur/rkt/rkt.install
+++ b/aur/rkt/rkt.install
@@ -1,7 +1,6 @@
post_install () {
- # Create users/groups
- getent group rkt >/dev/null || groupadd -r rkt
- rkt install &>/dev/null
+ # Create group
+ systemd-sysusers rkt.conf
}
post_upgrade () {