Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 262b5b96c424c6b235232270b7705bca > scriptlet

gnokii-smsd-0.6.29-3.fc15.i686.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