Commit 5ab10237 authored by Anton Midyukov's avatar Anton Midyukov

install2: create postinstall.d/86-all-groups if not exist only

postinstall.d/86-all-groups the script will be packaged into the installer-common-stage2.
parent 6423c67b
......@@ -3,6 +3,9 @@
SCRIPT="/usr/share/install2/postinstall.d/86-all-groups"
# the script will be packaged into the installer-common-stage2
[ ! -x "$SCRIPT" ] || exit 0
cat > "$SCRIPT" << EOF
#!/bin/sh -efu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment