view debian/postrm @ 7835:d489890c59d3

add an option to force audio recording when a tv card reports no audio sources
author henry
date Tue, 22 Oct 2002 07:56:13 +0000
parents f335b0da380c
children 8689fa04b837
line wrap: on
line source

#!/bin/sh

set -e

if [ "$1" = "purge" ]; then
  if [ -d /etc/mplayer/ ]; then
    rm -rf /etc/mplayer/
  fi
fi