Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > c9c6a7b7bb4d94a43febba42a1d4d0c1 > scriptlet

synce-0.9.1-3mdk.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