view debian/postrm @ 8245:3a805f951be7

10l - forgot this file
author colin
date Thu, 21 Nov 2002 19:26:57 +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