Sophie

Sophie

distrib > PLD > ra > i686 > media > dist > by-pkgid > 02a77644bcb56600c09d6ac1e70ab25c > scriptlet

cryptofs-init-1.2-2.noarch.rpm

POSTIN

/bin/sh
/sbin/chkconfig --add cryptofs

POSTUN

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