view debian-build/postrm @ 12586:a900f5b7ab81

More consistent naming pointed out by Torinthiel.
author diego
date Mon, 14 Jun 2004 12:40:17 +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