view debian-build/postrm @ 11878:10fb7a24b4fb

fix some 10ls in sample rate handlin patch by Josef Zlomek <josef.zlomek@email.cz>
author attila
date Thu, 29 Jan 2004 12:43:54 +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