Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 7171b45b52c3edb57507f8087f333c6a > scriptlet

gnokii-smsd-0.6.28-1.fc12.x86_64.rpm

PREIN

/bin/sh
/usr/sbin/useradd -r -M -d / -g gnokii \
  -s /sbin/nologin -c "Gnokii system user" gnokii >/dev/null 2>&1 || :

PREUN

/bin/sh
if [ $1 -eq 0 ] ; then
  /etc/rc.d/init.d/gnokii-smsd stop >/dev/null 2>&1 || :
  /sbin/chkconfig --del gnokii-smsd
fi

POSTIN

/bin/sh
/sbin/chkconfig --add gnokii-smsd

POSTUN

/bin/sh
if [ $1 -ge 1 ] ; then
  /etc/rc.d/init.d/gnokii-smsd try-restart >/dev/null 2>&1 || :
fi