Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > contrib > by-pkgid > 7ca6b738adbf2dc9e794a6e00e49e6c6 > scriptlet

synce-0.9.0-2mdk.i586.rpm

POSTIN

/bin/sh
# add supported synce devices to /etc/hotplug/usb.usermap
/usr/sbin/update-usb.usermap || :

POSTUN

/bin/sh
if [ "$1" = 0 ]; then
    # remove supported synce devices from /etc/hotplug/usb.usermap
    # if erasing the package not as part of a package update
    /usr/sbin/update-usb.usermap || :
fi