aboutsummaryrefslogtreecommitdiffstats
path: root/print/acroread7/files/rm.in
blob: d8a077b26f3b9d0e8cc6b655488ce06a3ca78b03 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
# $FreeBSD$
#
# remove harmless files only
#
case $2 in
*/AcroWriteTest|*/*.tmp)    /bin/rm "$@" ;;
esac