view debian-build/postrm @ 10117:d6153fc16ac5

realaudio 28_8 and 14_4 dll support
author faust3
date Sat, 17 May 2003 09:41:18 +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