Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 27d786e753161cb4d13b9678f823a62a > scriptlet

acon-1.0.3-1mdk.i586.rpm

PREUN

/bin/sh
# 1 means uninstall
if [ $1 = 0 ] ; then
    /sbin/chkconfig --del acon
fi

POSTIN

/bin/sh
# "1" means first time install
if [ $1 = 1 ]; then
 /sbin/chkconfig --add acon
fi