view debian-build/postrm @ 9878:95727467a091

Moved the "sdp://" test above the URL streaming test, so that SDP files can be read without streaming error messages being printed first.
author rsf
date Tue, 08 Apr 2003 05:14:43 +0000
parents 33f43b0f24f7
children
line wrap: on
line source

#!/bin/sh

set -e

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