view debian/postrm @ 7942:b582c6fb0053

Unified BSD sections, expanded Cygwin section, small fixes.
author diego
date Mon, 28 Oct 2002 00:44:17 +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