view debian-build/postrm @ 11744:70b8047bc7df

sync, tested :-P BTW, xml/pl fails to compile.
author nauj27
date Mon, 05 Jan 2004 10:39:04 +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