Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > f98b679c20c9d4272268aabf6da83769 > scriptlet

autofs-4.1.4-3mdk.x86_64.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