Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 0d37a13bc4f31fc20b132e1e8abababb > scriptlet

dash-0.5.6-4.fc14.i686.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