Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > cca0f42dc3bd173d1350427bcee7be44 > scriptlet

dash-0.5.6-5.fc15.x86_64.rpm

POSTIN

/bin/sh
grep -qF '^/bin/dash$' /etc/shells || echo '/bin/dash' >> /etc/shells

POSTUN

/bin/sh
if [ $1 -eq 0 ]; then
    sed -i '/^\/bin\/dash$/d' /etc/shells
fi