view debian/postrm @ 8067:482666d4c729

- cleanup - add fixed-vo support please test, this is working for me
author pontscho
date Sun, 03 Nov 2002 00:39: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