Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > fe4ae4425f8520ecfae26cd64ecf6d45 > scriptlet

dhsd-1.0-12mdv2011.0.x86_64.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]; then
   chkconfig --del dhsd
fi

POSTIN

/bin/sh
if [ "$1" = 1 ]; then
   chkconfig --add dhsd
fi