view debian-build/postrm @ 10836:93e7f28d836c

100l typo found by Dima K. <dimakar@yahoo.com>
author alex
date Sun, 07 Sep 2003 17:49:56 +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