view debian-build/postrm @ 12355:ba3b91392d92

oops, forgot this with the softskip patch
author rfelker
date Fri, 30 Apr 2004 10:07:52 +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