summarylogtreecommitdiffstats
path: root/flow-tools.install
diff options
context:
space:
mode:
authorKonstantin Shalygin2017-01-28 23:22:03 +0700
committerKonstantin Shalygin2017-01-28 23:22:03 +0700
commitef204eafc0fb2c3dbc460396a77a1725f251cd39 (patch)
tree85abffd2158f287c9bb3ffd4039f0ffc43b2c2b5 /flow-tools.install
parentbddd3e7b6facbaef91e57780ba3e7a00b680e271 (diff)
downloadaur-ef204eafc0fb2c3dbc460396a77a1725f251cd39.tar.gz
pacman hooks: systemd-{sysusers,tmpfiles}
Diffstat (limited to 'flow-tools.install')
-rw-r--r--flow-tools.install12
1 files changed, 1 insertions, 11 deletions
diff --git a/flow-tools.install b/flow-tools.install
index e3f44a89a179..49224854ecd4 100644
--- a/flow-tools.install
+++ b/flow-tools.install
@@ -1,13 +1,3 @@
-post_install() {
- /usr/bin/systemd-sysusers flow-tools.conf
- /usr/bin/systemctl daemon-reload
-}
-
-post_upgrade() {
- /usr/bin/systemctl daemon-reload
-}
-
post_remove() {
- /usr/bin/systemctl daemon-reload
- /usr/bin/userdel flow-tools > /dev/null
+ userdel flow-tools > /dev/null
}