#!/bin/sh
set -e

ACTION=$1
USERNAME="mympd"

if [ "$ACTION" = "purge" ]
then
  echo "Please purge /var/lib/mympd manually"
fi
