#!/bin/sh set -e # Automatically added by dh_cruft/0.9.84 if [ "$1" = "purge" ] then # we need to glob, so no quotes rm -rf ${DPKG_ROOT:-}/var/games/geki3.scores if test -d ${DPKG_ROOT:-}/var/games/ then rmdir --ignore-fail-on-non-empty ${DPKG_ROOT:-}/var/games/ fi fi # End automatically added section