1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/typespeed/pkg-deinstall
Jean-Yves Lefort e14c68b537 - Update to 0.4.4
- Pass maintainership to submitter
- Preserve scores across updates

PR:		ports/80428
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
Approved by:	old maintainer, new maintainer
2005-04-28 17:44:52 +00:00

9 lines
216 B
Bash

#!/bin/sh
[ "$2" != "DEINSTALL" ] && exit 0
for cat in dos dut eng fin portuguese prog spanish unix; do
file="$PKG_PREFIX/lib/typespeed/high.words.$cat"
cmp -s "$file" "$file.default" && rm -f "$file"
done