Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 4c28415c7eef7fc16d4856ebb1332cdc > scriptlet

git-lfs-3.2.0-1.mga9.armv7hl.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ] && \
   [ "x$(git config --type=bool --get 'fedora.git-lfs.no-modify-config')" != "xtrue" ]; then
    /usr/bin/git-lfs uninstall --system --skip-repo
fi
exit 0

POSTIN

/bin/sh
if [ "x$(git config --type=bool --get 'fedora.git-lfs.no-modify-config')" != "xtrue" ]; then
/usr/bin/git-lfs install --system --skip-repo
fi