#!/bin/sh

set -e

if test "$1" = purge; then
  rm -f /var/games/phalanx.learn
fi

#DEBHELPER#
