view debian-build/postrm @ 10629:c2b82691d66e

sync forward ported from 0_90
author gabucino
date Sat, 16 Aug 2003 17:49:12 +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