view debian/postrm @ 7434:194e70101c8c

Document -noaspect, patch by Fredrik Noring <noring@nocrew.org>.
author diego
date Tue, 17 Sep 2002 21:49:18 +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