view debian/postrm @ 7724:619fd5403fd0

more info about data partitioning
author michael
date Sun, 13 Oct 2002 18:35:15 +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