diff options
Diffstat (limited to 'games/mirrormagic/files/pkg-deinstall.in')
-rw-r--r-- | games/mirrormagic/files/pkg-deinstall.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/games/mirrormagic/files/pkg-deinstall.in b/games/mirrormagic/files/pkg-deinstall.in deleted file mode 100644 index 5fb203d395d..00000000000 --- a/games/mirrormagic/files/pkg-deinstall.in +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -[ "$2" != "POST-DEINSTALL" ] && exit 0 - -rmdir "%%SCOREDIR%%" 2>/dev/null - -if [ -e "%%SCOREDIR%%" ]; then - echo - echo "To completely remove the port, please remove the following" - echo "directory manually, if it's no longer needed:" - echo - echo " %%SCOREDIR%%" - echo -fi |