view debian/postrm @ 7711:194bcc364c3f

Correcting counters and flags
author anders
date Fri, 11 Oct 2002 04:23:52 +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