Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > c488b3a6dcf41c41405397e50bbf2b74 > scriptlet

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