view debian-build/postrm @ 10075:b2e121c9af98

10L fix: forgot to spellcheck.
author lumag
date Mon, 05 May 2003 20:03:21 +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