freebsd-ports/print/acroread7/files/rm.in
Hiroki Sato 46f1df319a - Use a distfile in tarball instead of one in rpm.
- Remove CONFLICTS.  All of the localized versions can coexist now.
- Update the localized versions to 7.0.5 if possible.
- Add support for print/acroreadwrapper.

Discussed with:	netchild and mezz
PR:		ports/90319
2006-02-21 18:49:11 +00:00

8 lines
112 B
Bash

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