freebsd-ports/sysutils/usb_modeswitch/pkg-plist
Eitan Adler 00897cac15 Correctly stagify the config files
Helped by:	kwm, antoine
Approved by:	portmgr (blanket)
2014-02-02 20:48:28 +00:00

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