#!/bin/sh -e if [ "$1" = "purge" ]; then # remove v2 high scores if [ -d /var/games/mirrormagic ]; then rm -rf /var/games/mirrormagic/* rmdir -p --ignore-fail-on-non-empty /var/games/mirrormagic || true fi fi