view debian/postrm @ 8153:37f5531d8894

added DYNAMIC_PLUGINS support (dlopen)
author alex
date Mon, 11 Nov 2002 18:25:02 +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