1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/print/acroread9/files/rm.in

9 lines
112 B
Bash

#!/bin/sh
# $FreeBSD$
#
# remove harmless files only
#
case $2 in
*/AcroWriteTest|*/*.tmp) /bin/rm "$@" ;;
esac