view debian-build/postrm @ 11303:920b08da3091

alphabetical order How to handle -XXX and -noXXX.
author diego
date Tue, 28 Oct 2003 11:17:10 +0000
parents 33f43b0f24f7
children
line wrap: on
line source

#!/bin/sh

set -e

if [ "$1" = "purge" ]; then
  if [ -d /etc/mplayer/ ]; then
    rm -rf /etc/mplayer/
  fi
fi