Sophie

Sophie

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

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

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

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

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

exit 0