#!/bin/sh
set -e

if test "$1" = "purge"; then
    rmdir --ignore-fail-on-non-empty /var/games/nbsdgames || true
fi

#DEBHELPER#
