#!/bin/sh -e

if [ "$1" = "purge" ]; then
  rm -f /etc/alsa/0.9/asound.conf
fi

#DEBHELPER#
