view debian-build/postrm @ 11206:e7534574320c

html.xsl ---> html-single.xsl + more consistency + small fixes
author diego
date Tue, 21 Oct 2003 11:07:02 +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