freebsd-ports/games/rocksndiamonds-data/files/pkg-deinstall.in
Beech Rintoul ffbb7602b3 - Fix typo
- Cleanup pkg-deinstall.in

Approved by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-03-23 02:31:44 +00:00

11 lines
204 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
if [ "$2" = "POST-DEINSTALL" ]; then
set -x
find %%PREFIX%%/share/rocksndiamonds -type l -exec rm -- {} +
find %%PREFIX%%/share/rnd_jue -type l -exec rm -- {} +
fi