Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > 77d8d1bfcc478497d870567a10f44697 > scriptlet

flatpak-1.10.2-1.mga8.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 || :