view debian/postrm @ 7535:37bc382a61e6

no fix window size
author pontscho
date Sat, 28 Sep 2002 19:00:50 +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