Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 993f4f21ecd7d0f53db47ddb2b2001f7 > files > 92

ldd-pdf-3.0-4.fc12.noarch.rpm

#!/bin/sh
module="sculld"
device="sculld"

# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1

# remove nodes
rm -f /dev/${device}[0-3] /dev/${device}

exit 0