view debian/postrm @ 7807:5cd172eeaf23

removed the mess
author alex
date Sat, 19 Oct 2002 20:56:28 +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