Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > ba6de1bb80a62ab258428e76f6d3630f > scriptlet

flatpak-1.4.1-1.mga7.x86_64.rpm

PREIN

/bin/sh
getent group flatpak >/dev/null || groupadd -r flatpak
getent passwd flatpak >/dev/null || \
    useradd -r -g flatpak -d / -s /sbin/nologin \
     -c "User for flatpak system helper" flatpak
exit 0

POSTIN

/bin/sh
# Create an (empty) system-wide repo.
flatpak remote-list --system &> /dev/null || :