Sophie

Sophie

distrib > Momonga > development > i686 > media > os > by-pkgid > 690302124125021a278aa0b5c8da06bb > scriptlet

rdma-sysv-2.0-1m.mo8.noarch.rpm

PREUN

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

POSTIN

/bin/sh
if [ $1 = 1 ]; then
    /sbin/chkconfig --add rdma
fi