aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/usb_modeswitch/pkg-plist
blob: c441da9b252772187cedc67c0e5e8486c535afbb (plain) (blame)
1
2
3
4
5
sbin/usb_modeswitch
etc/usb_modeswitch.conf.sample
man/man1/usb_modeswitch.1.gz
@exec if [ ! -f %D/etc/usb_modeswitch.conf ] ; then cp -p %D/%F %B/usb_modeswitch.conf; fi
@unexec if cmp -s %D/etc/usb_modeswitch.conf.sample %D/etc/usb_modeswitch.conf; then rm -f %D/etc/usb_modeswitch.conf ; fi