Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > 64b85fa8dcf9f869e5f9f35e73d405c4 > scriptlet

autofs-4.1.4-4.1.20060mdk.i586.rpm

PREIN

/bin/sh
grep -q '^alias autofs autofs4'  /etc/modules.conf  || {
	echo "alias autofs autofs4" >> /etc/modules.conf
	}

PREUN

/bin/sh
/usr/share/rpm-helper/del-service autofs $1 autofs

POSTIN

/bin/sh
/usr/share/rpm-helper/add-service autofs $1 autofs

POSTUN

/bin/sh
if [ $1 = "0" ]; then # removal
perl -ni -e 'print unless ( m!^.*autofs.*$! || /^\s*$/)' /etc/modules.conf
fi