Import games/rocksndiamonds-data version 20130322
[dports.git] / games / rocksndiamonds-data / files / pkg-deinstall.in
1 #!/bin/sh
2 #
3 # $FreeBSD: games/rocksndiamonds-data/files/pkg-deinstall.in 314981 2013-03-23 02:31:44Z beech $
4 #
5
6 if [ "$2" = "POST-DEINSTALL" ]; then
7     set -x
8     find %%PREFIX%%/share/rocksndiamonds -type l -exec rm -- {} +
9     find %%PREFIX%%/share/rnd_jue -type l -exec rm -- {} +
10 fi
11