view debian/postrm @ 8144:ccd95b547f6d

partly applied Andras Mohari's patch space, whitespace fixes other HTML fixes
author gabucino
date Mon, 11 Nov 2002 05:07:26 +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