summarylogtreecommitdiffstats
path: root/pkg.install
diff options
context:
space:
mode:
Diffstat (limited to 'pkg.install')
-rw-r--r--pkg.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg.install b/pkg.install
new file mode 100644
index 000000000000..8781552d1301
--- /dev/null
+++ b/pkg.install
@@ -0,0 +1,7 @@
+post_install() {
+ useradd -d /home/flow -m -r -s /usr/bin/nologin flow
+}
+
+pre_remove() {
+ userdel flow
+}