view debian-build/postrm @ 9887:d862231858d5

Make the vcd API fully reentrant. Move perror and co to mp_msg. Hope there is no big 10L as i couldn't test sun,fbsd and nbsd :(
author albeu
date Wed, 09 Apr 2003 07:33:59 +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