00897cac15
Helped by: kwm, antoine Approved by: portmgr (blanket)
5 lines
294 B
Text
5 lines
294 B
Text
sbin/usb_modeswitch
|
|
man/man1/usb_modeswitch.1.gz
|
|
@unexec if cmp -s %D/etc/usb_modeswitch.conf.sample %D/etc/usb_modeswitch.conf; then rm -f %D/etc/usb_modeswitch.conf ; fi
|
|
etc/usb_modeswitch.conf.sample
|
|
@exec if [ ! -f %D/etc/usb_modeswitch.conf ] ; then cp -p %D/%F %B/usb_modeswitch.conf; fi
|