summaryrefslogtreecommitdiff
path: root/aur/rkt/rkt.install
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-05-04 10:57:19 +0300
committerYuval Adam <yuval@y3xz.com>2016-05-04 10:57:19 +0300
commit7974a79228e48a0ee2d5ce3315596749750a2aff (patch)
treee1218215cb8190537b6ec39659caa832cca80613 /aur/rkt/rkt.install
parenta10d1cd6e3e978861be9e1e7a6272f30ebb357b7 (diff)
Deprecate aur/rkt due to inclusion in [community]
Diffstat (limited to 'aur/rkt/rkt.install')
-rw-r--r--aur/rkt/rkt.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/aur/rkt/rkt.install b/aur/rkt/rkt.install
deleted file mode 100644
index b223a9a..0000000
--- a/aur/rkt/rkt.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install () {
- # Create group
- systemd-sysusers rkt.conf
- systemd-tmpfiles --create rkt.conf
-}
-
-post_upgrade () {
- post_install "$@"
-}
-
-post_remove () {
- getent group rkt &>/dev/null && groupdel rkt &>/dev/null
- true
-}
-
-# vim:ts=2 sw=2 et ft=sh: