Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 0fafa2ff810af158f88afc4d068c27c3 > scriptlet

mksh-40c-1.fc14.x86_64.rpm

POSTIN

/bin/sh
grep -q "^/bin/mksh$" /etc/shells 2>/dev/null || \
  echo "/bin/mksh" >> /etc/shells

POSTUN

/bin/sh
if [ ! -x /bin/mksh ]; then
  sed -e 's@^/bin/mksh$@POSTUNREMOVE@' -e '/^POSTUNREMOVE$/d' -i /etc/shells
fi