view debian/postrm @ 8497:27bc01774674

more_options removed
author gabucino
date Thu, 19 Dec 2002 21:36:44 +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