view debian/postrm @ 7625:0f1691d27d75

Fixed some typos and an error in the help output.
author diego
date Sun, 06 Oct 2002 17:18:57 +0000
parents f335b0da380c
children 8689fa04b837
line wrap: on
line source

#!/bin/sh

set -e

if [ "$1" = "purge" ]; then
  if [ -d /etc/mplayer/ ]; then
    rm -rf /etc/mplayer/
  fi
fi