Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > c701a65e3a21a2d03eba27e157aaa892 > scriptlet

spack-0.16.1-0.20201230gitc22141f.3.mga8.noarch.rpm

PREIN

/bin/sh
getent group spack >/dev/null || groupadd -r spack
getent passwd spack >/dev/null || \
  useradd -c "Spack package manager" -g spack -d /var/lib/spack -M -r -s /sbin/nologin spack
  mkdir -p /opt/spack
  chown spack:spack /opt/spack
  chmod ug+rwx /opt/spack
exit 0