File pre_checkin.sh of Package gstreamer-0_10-plugins-bad.3720
#!/bin/sh for i in gst-plugins-bad*.tar.xz ; do case $i in *patched*) continue ;; esac test -f ${i//.tar./-patched.tar.} && continue bash gstreamer-0_10-plugins-bad-patch-source.sh $i done