#!/bin/sh

set -e

# Clean up the irmp3 user if it exists.
if test -n "`getent passwd irmp3`"; then
	deluser --remove-home irmp3
fi

#DEBHELPER#
