Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > updates > by-pkgid > f3c17f188d2d2d6b4fc74e3b32598b1d > scriptlet

dkms-fuse-2.3.0-2.1.20060mdk.x86_64.rpm

PREUN

/bin/sh
dkms remove -m fuse -v 2.3.0 --rpm_safe_upgrade --all ||:

POSTIN

/bin/sh
dkms add -m fuse -v 2.3.0 --rpm_safe_upgrade
dkms build -m fuse -v 2.3.0 --rpm_safe_upgrade
dkms install -m fuse -v 2.3.0 --rpm_safe_upgrade

if [ $1 = 1 ]; then
grep '[^#]*fuse' /etc/modprobe.preload || echo fuse >> /etc/modprobe.preload
modprobe fuse
fi

POSTUN

/bin/sh
if [ $1 = 0 ]; then
	sed -i '/.*fuse/d' /etc/modprobe.preload
fi