Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > by-pkgid > c2e2e4caef435239be1cc3ffd1b0ad32 > scriptlet

git-lfs-3.2.0-1.mga9.x86_64.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