view debian/postrm @ 8274:be311f828476

Fix endless-loop if no newline at input.conf EOF
author atmos4
date Mon, 25 Nov 2002 13:28:40 +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