view debian-build/postrm @ 10622:085c10cf912c

fixes http://pot.lsd.ro/video.asf (bug reported by dragos <iocatretine@yahoo.com> @ -users)
author arpi
date Fri, 15 Aug 2003 16:36:32 +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