view debian/postrm @ 8610:097188da10d3

I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
author jonas
date Sat, 28 Dec 2002 14:04:56 +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