Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > fd0219c08445ecf149ba7488d12e2c0c > scriptlet

flatpak-1.14.6-1.mga9.armv7hl.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 || :